Skip to content

Commit

Permalink
Update gearboy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
drhelius authored Feb 25, 2024
1 parent 7191eff commit 1dbb9d1
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/gearboy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,19 +184,19 @@ jobs:
- name: Zip release directories
run: |
cd release
zip ${{ github.ref }}-windows.zip windows
zip ${{ github.ref }}-macos-intel.zip macos/intel
zip ${{ github.ref }}-macos-arm.zip macos/arm
zip ${{ github.ref }}-ubuntu-22.04.zip linux/ubuntu-22.04
zip ${{ github.ref }}-ubuntu-20.04.zip linux/ubuntu-20.04
zip ${{ github.ref_name }}-windows.zip windows
zip ${{ github.ref_name }}-macos-intel.zip macos/intel
zip ${{ github.ref_name }}-macos-arm.zip macos/arm
zip ${{ github.ref_name }}-ubuntu-22.04.zip linux/ubuntu-22.04
zip ${{ github.ref_name }}-ubuntu-20.04.zip linux/ubuntu-20.04
- name: Create release
run: |
gh release create ${{ github.ref }} \
'${{ github.ref }}-windows.zip' \
'${{ github.ref }}-macos-intel.zip' \
'${{ github.ref }}-macos-arm.zip' \
'${{ github.ref }}-ubuntu-22.04.zip' \
'${{ github.ref }}-ubuntu-20.04.zip' \
'${{ github.ref_name }}-windows.zip' \
'${{ github.ref_name }}-macos-intel.zip' \
'${{ github.ref_name }}-macos-arm.zip' \
'${{ github.ref_name }}-ubuntu-22.04.zip' \
'${{ github.ref_name }}-ubuntu-20.04.zip' \
--generate-notes \
--draft
env:
Expand Down

0 comments on commit 1dbb9d1

Please sign in to comment.