Skip to content

Commit

Permalink
#27 - zip binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeclayton committed Jul 24, 2023
1 parent 9f0b349 commit be88865
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/01_build_test_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ jobs:
name: jb-inspectcode.xml
path: .build/out/jb-inspectcode.xml

#- name: zip
# working-directory: ${{ env.BUILD_PATH }}
# run: |
# sudo apt-get update
# sudo apt-get install -y zip
# echo "version = ${{ github.ref_name }}"
# zip -r "$PUBLISH_PATH" FancyMouse-${{ github.ref_name }}.zip
- name: zip
working-directory: ${{ env.BUILD_PATH }}
run: |
sudo apt-get update
sudo apt-get install -y zip
echo "version = ${{ github.ref_name }}"
zip -r "$PUBLISH_PATH" FancyMouse-${{ github.ref_name }}.zip

0 comments on commit be88865

Please sign in to comment.