Skip to content

Commit

Permalink
ci: fix wrong cpu-arch tag on macos release assets (#1484)
Browse files Browse the repository at this point in the history
  • Loading branch information
axel-kah authored Aug 9, 2024
1 parent 24d84e0 commit 68dbbed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/debug_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 68dbbed

Please sign in to comment.