ci: fix wrong cpu-arch tag on macos release assets (#1484)

This commit is contained in:
axel-kah 2024-08-09 16:24:07 +02:00 committed by GitHub
parent 24d84e0045
commit 68dbbedca4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -90,7 +90,7 @@ jobs:
if: github.event_name == 'workflow_dispatch'
uses: actions/upload-artifact@v4
with:
name: lychee-${{ github.sha }}-x86_64-macos.dmg
name: lychee-${{ github.sha }}-arm64-macos.dmg
path: target/release/lychee.dmg
windows:

View file

@ -125,7 +125,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
asset_name: lychee-x86_64-macos.dmg
asset_name: lychee-arm64-macos.dmg
asset_path: target/release/lychee.dmg
upload_url: ${{needs.prepare.outputs.upload_url}}
asset_content_type: application/octet-stream