Skip to content

Commit dff4da6

Browse files
committed
Update workflow to create release archives
1 parent 33ca553 commit dff4da6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: cargo build --release --locked
4242

4343
- name: Store Build Artifact
44-
uses: actions/download-artifact@master
44+
uses: actions/upload-artifact@master
4545
with:
4646
name: patchup-binary
4747
path: cli/target/release/patchup

0 commit comments

Comments
 (0)