Skip to content

Commit 9da780b

Browse files
committed
test GH Release
1 parent 680ad68 commit 9da780b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/make.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,11 @@ jobs:
9494
uses: softprops/[email protected]
9595
with:
9696
files: |
97-
macos-${{ env.VERSION }}.zip
98-
windows-${{ env.VERSION }}.zip
99-
linux-${{ env.VERSION }}.zip
97+
macos-${{ env.VERSION }}/zip/darwin/arm64/GitHelper-darwin-arm64-${{ env.VERSION }}.zip
98+
windows-${{ env.VERSION }}/squirrel.windows/x64/GitHelper-${{ env.VERSION }} Setup.exe
99+
windows-${{ env.VERSION }}/squirrel.windows/x64/GitHelper-${{ env.VERSION }}-full.nupkg
100+
linux-${{ env.VERSION }}/deb/x64/githelper_${{ env.VERSION }}_amd64.deb
101+
linux-${{ env.VERSION }}/rpm/x64/GitHelper-${{ env.VERSION }}-1.x86_64.rpm
100102
tag_name: ${{ env.VERSION }}
101103

102104
- name: ls -al

0 commit comments

Comments
 (0)