mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-28 00:44:46 +00:00
ci: fix wrong cpu-arch tag on macos release assets (#1484)
This commit is contained in:
parent
24d84e0045
commit
68dbbedca4
2 changed files with 2 additions and 2 deletions
2
.github/workflows/debug_build.yml
vendored
2
.github/workflows/debug_build.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue