Skip to content

Commit

Permalink
Updating the mac artifact names
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Harrington committed Jun 20, 2024
1 parent 8d26021 commit bd891ee
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,15 +145,16 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: Eclipse-Groovy-MacOS-x86_64.tar.gz
asset_name: Eclipse-Groovy-MacOS-x86_64.tar.gz
asset_path: Eclipse-Groovy-Mac-x86_64.tar.gz
asset_name: Eclipse-Groovy-Mac-x86_64.tar.gz
asset_content_type: application/octet-stream
- name: upload MacOS dmg arm
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: Eclipse-Groovy-MacOS-arm64.tar.gz
asset_name: Eclipse-Groovy-MacOS-arm64.tar.gz
asset_content_type: application/octet-stream
asset_path: Eclipse-Groovy-Mac-arm64.tar.gz
asset_name: Eclipse-Groovy-Mac-arm64.tar.gz
asset_content_type: application/octet-stream

0 comments on commit bd891ee

Please sign in to comment.