We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 680ad68 commit 9da780bCopy full SHA for 9da780b
.github/workflows/make.yml
@@ -94,9 +94,11 @@ jobs:
94
uses: softprops/[email protected]
95
with:
96
files: |
97
- macos-${{ env.VERSION }}.zip
98
- windows-${{ env.VERSION }}.zip
99
- linux-${{ env.VERSION }}.zip
+ macos-${{ env.VERSION }}/zip/darwin/arm64/GitHelper-darwin-arm64-${{ env.VERSION }}.zip
+ windows-${{ env.VERSION }}/squirrel.windows/x64/GitHelper-${{ env.VERSION }} Setup.exe
+ 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
102
tag_name: ${{ env.VERSION }}
103
104
- name: ls -al
0 commit comments