Skip to content

Commit

Permalink
chore(build): add dmg file back to release (#1041)
Browse files Browse the repository at this point in the history
  • Loading branch information
WanderingHogan authored Jul 24, 2023
1 parent 504ad8a commit 2e942e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-dmg-universal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,12 @@ jobs:
with:
name: Uplink Universal Mac App
path: |
target/release/macos/Uplink.dmg
Uplink-Mac-Universal.zip
Uplink-Mac-Universal.zip.sha256.txt
- name: Copy file to release
uses: softprops/action-gh-release@v1
with:
files: |
target/release/macos/Uplink.dmg
Uplink-Mac-Universal.zip

0 comments on commit 2e942e2

Please sign in to comment.