We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ec73cf commit 236fbd0Copy full SHA for 236fbd0
.github/workflows/main.yml
@@ -323,7 +323,7 @@ jobs:
323
ACTIONS_STEP_DEBUG: true
324
run: |
325
for EXT in zip tar.gz run exe dmg; do
326
- gh run download --run-id ${{ github.run_id }} -p artifact-*-$EXT
+ gh run download ${{ github.run_id }} -p artifact-*-$EXT
327
gh release upload ${{ github.ref_name }} artifact-*-$EXT/* --clobber
328
rm -rf artifact-*-$EXT
329
done
@@ -386,7 +386,7 @@ jobs:
386
387
388
389
390
gh release upload development artifact-*-$EXT/* --clobber
391
392
0 commit comments