tar for all platforms
- ID
cb334ea- date
2022-10-23 13:00:31+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
b48e249- message
tar for all platforms- changed files
1 file, 1 addition, 1 deletion
Changed files
.github/workflows/upload_binaries.yml (1066) → .github/workflows/upload_binaries.yml (1065)
diff --git a/.github/workflows/upload_binaries.yml b/.github/workflows/upload_binaries.yml
index 533c234..b05a1db 100644
--- a/.github/workflows/upload_binaries.yml
+++ b/.github/workflows/upload_binaries.yml
@@ -36,7 +36,7 @@ jobs:
- uses: taiki-e/upload-rust-binary-action@v1
with:
bin: dominant_colours
- tar: unix
+ tar: all
zip: windows
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}