Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MatejGolian committed Dec 6, 2023
1 parent 16e85d5 commit cf4d093
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,10 @@ jobs:
path: ~/build/ReaHotkey
- name: Zip Release
run: |
zip -r ~/build/ReaHotkey-${{ github.ref_name }}-${{ github.run_number }}.zip ~/build/ReaHotkey
cd ~/build
zip -r ReaHotkey-${{ github.ref_name }}-${{ github.run_number }}.zip ReaHotkey
# get it out of the way so that the uploads don't freak out.
rm -rf ~/build/ReaHotkey
rm -rf ReaHotkey
- name: Create Release
uses: actions/create-release@v1
env:
Expand Down

0 comments on commit cf4d093

Please sign in to comment.