Skip to content

Commit

Permalink
test dist
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelSchneid3r committed Nov 7, 2024
1 parent abd61f4 commit 16383d6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,9 @@ jobs:
- name: Append suffix
run: |
dmg=$(echo build/Albert-*.dmg)
mv "${dmg}" "${dmg::${#dmg} - 4}-${{ matrix.arch }}.dmg"
mv "${dmg}".sha256 "${dmg::${#dmg} - 4}-${{ matrix.arch }}.dmg.sha256"
new_dmg="${dmg::${#dmg} - 4}-${{ matrix.arch }}.dmg"
mv "${dmg}" "${new_dmg}"
mv "${dmg}.sha256" "${new_dmg}.sha256"
- name: Upload macOS bundle
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 16383d6

Please sign in to comment.