Skip to content

Commit b694b74

Browse files
committed
chore: wip
1 parent b12a3d2 commit b694b74

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ jobs:
4040
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
4141

4242
- name: Attach Binaries
43-
uses: softprops/action-gh-release@v2
43+
uses: stacksjs/action-releaser@v1
4444
with:
4545
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
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
5151
env:
5252
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ node_modules
1111
temp
1212
docs/.vitepress/cache
1313
/test/.tmp
14+
bin/gitit
15+
bin/gitit*

0 commit comments

Comments
 (0)