Try rejigging the env vars a bit
- ID
384c9ee- date
2024-05-17 07:05:37+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
a95c316- message
Try rejigging the env vars a bit- changed files
1 file, 3 additions, 2 deletions
Changed files
.github/workflows/upload_binaries.yml (1107) → .github/workflows/upload_binaries.yml (1136)
diff --git a/.github/workflows/upload_binaries.yml b/.github/workflows/upload_binaries.yml
index efb3e22..4fceeca 100644
--- a/.github/workflows/upload_binaries.yml
+++ b/.github/workflows/upload_binaries.yml
@@ -40,7 +40,8 @@ jobs:
- name: Create the zip archive
run: zip "save_safari_webarchive.${{ matrix.target }}.zip" save_safari_webarchive
- - name: Puhs the zip file to GitHub releases
- run: gh release upload "$GITHUB_REF" "save_safari_webarchive.${{ matrix.target }}.zip" --clobber
+ - name: Push the zip file to the GitHub release
+ run: gh release upload "$TAG" "save_safari_webarchive.${{ matrix.target }}.zip" --clobber
env:
GH_TOKEN: ${{ github.token }}
+ TAG: ${{ github.ref }}