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 cdb7979 commit fa9170eCopy full SHA for fa9170e
1 file changed
.github/workflows/release.yml
@@ -43,10 +43,10 @@ jobs:
43
uses: stacksjs/action-releaser@v1.0.0
44
with:
45
files: |
46
- bin/gitit-linux-x64
47
- bin/gitit-linux-arm64
48
- bin/gitit-windows-x64.exe
49
- bin/gitit-darwin-x64
50
- bin/gitit-darwin-arm64
+ bin/gitit-linux-x64.zip
+ bin/gitit-linux-arm64.zip
+ bin/gitit-windows-x64.zip
+ bin/gitit-darwin-x64.zip
+ bin/gitit-darwin-arm64.zip
51
env:
52
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments