Skip to content

Commit

Permalink
ci: add GH Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Leetfs committed Dec 12, 2024
1 parent 9da780b commit 8a9ce03
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,23 +95,13 @@ jobs:
with:
files: |
macos-${{ env.VERSION }}/zip/darwin/arm64/GitHelper-darwin-arm64-${{ env.VERSION }}.zip
macos-${{ env.VERSION }}/GitHelper-${{ env.VERSION }}-arm64.dmg
windows-${{ env.VERSION }}/squirrel.windows/x64/GitHelper-${{ env.VERSION }} Setup.exe
windows-${{ env.VERSION }}/squirrel.windows/x64/GitHelper-${{ env.VERSION }}-full.nupkg
linux-${{ env.VERSION }}/deb/x64/githelper_${{ env.VERSION }}_amd64.deb
linux-${{ env.VERSION }}/rpm/x64/GitHelper-${{ env.VERSION }}-1.x86_64.rpm
tag_name: ${{ env.VERSION }}

- name: ls -al
run: |
ls -al
cd linux-${{ env.VERSION }}
ls -al
cd ../macos-${{ env.VERSION }}
ls -al
cd ../windows-${{ env.VERSION }}
ls -al
# - name: Upload Linux Asset
# uses: actions/upload-release-asset@v1
# env:
Expand Down

0 comments on commit 8a9ce03

Please sign in to comment.