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 b12a3d2 commit b694b74Copy full SHA for b694b74
.github/workflows/release.yml
@@ -40,13 +40,13 @@ jobs:
40
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
41
42
- name: Attach Binaries
43
- uses: softprops/action-gh-release@v2
+ uses: stacksjs/action-releaser@v1
44
with:
45
files: |
46
- bin/bin-name-linux-x64
47
- bin/bin-name-linux-arm64
48
- bin/bin-name-windows-x64.exe
49
- bin/bin-name-darwin-x64
50
- bin/bin-name-darwin-arm64
+ bin/gitit-linux-x64
+ bin/gitit-linux-arm64
+ bin/gitit-windows-x64.exe
+ bin/gitit-darwin-x64
+ bin/gitit-darwin-arm64
51
env:
52
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.gitignore
@@ -11,3 +11,5 @@ node_modules
11
temp
12
docs/.vitepress/cache
13
/test/.tmp
14
+bin/gitit
15
+bin/gitit*
0 commit comments