We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33ca553 commit dff4da6Copy full SHA for dff4da6
1 file changed
.github/workflows/cli.yml
@@ -41,7 +41,7 @@ jobs:
41
run: cargo build --release --locked
42
43
- name: Store Build Artifact
44
- uses: actions/download-artifact@master
+ uses: actions/upload-artifact@master
45
with:
46
name: patchup-binary
47
path: cli/target/release/patchup
0 commit comments