Skip to content

Commit

Permalink
Updated mac artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-fiscaletti committed Apr 18, 2024
1 parent 2ea1138 commit 9c4a72f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/package_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@ jobs:
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
# Rename the release artifact
- name: Rename Artifact
run: mv dist/FrameCast-*.dmg dist/FrameCast.Setup.darwin_arm64.dmg
run: mv dist/FrameCast-*.dmg dist/FrameCast.Setup.darwin_x64.dmg
- name: Rename Artifact Blockmap
run: mv dist/FrameCast-*.dmg.blockmap dist/FrameCast.Setup.darwin_arm64.dmg.blockmap
run: mv dist/FrameCast-*.dmg.blockmap dist/FrameCast.Setup.darwin_x64.dmg.blockmap
# Upload the release artifact
- name: Upload Artifacts
uses: softprops/action-gh-release@v2
with:
files: |
dist/FrameCast.Setup.darwin_arm64.dmg
dist/FrameCast.Setup.darwin_arm64.dmg.blockmap
dist/FrameCast.Setup.darwin_x64.dmg
dist/FrameCast.Setup.darwin_x64.dmg.blockmap
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FrameCast is a powerful tool that can enhance your video conferencing experience

[![Download for Windows](https://i.imgur.com/edpkPzv.png)](https://github.com/nathan-fiscaletti/framecast/releases/latest/download/FrameCast.Setup.windows_amd64.exe)
[![Download for Linux](https://i.imgur.com/ob2QUPN.png)](https://github.com/nathan-fiscaletti/framecast/releases/latest/download/FrameCast.Setup.linux_amd64.deb)
[![Download for macOS](https://i.imgur.com/771afwr.png)](https://github.com/nathan-fiscaletti/framecast/releases/latest/download/FrameCast.Setup.darwin_arm64.dmg)
[![Download for macOS](https://i.imgur.com/771afwr.png)](https://github.com/nathan-fiscaletti/framecast/releases/latest/download/FrameCast.Setup.darwin_x64.dmg)

## Video Preview

Expand Down

0 comments on commit 9c4a72f

Please sign in to comment.