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 16383d6 commit 92cde41
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,6 @@ jobs:
- name: Build and package
run: cd build && cpack -V

- name: list files
run: find .

#- name: Generate appcast item
# env:
# EDDSA_PRIVATE_KEY: ${{ secrets.EDDSA_PRIVATE_KEY }}
Expand All @@ -140,11 +137,15 @@ jobs:

- name: Append suffix
run: |
set -x
dmg=$(echo build/Albert-*.dmg)
new_dmg="${dmg::${#dmg} - 4}-${{ matrix.arch }}.dmg"
mv "${dmg}" "${new_dmg}"
mv "${dmg}.sha256" "${new_dmg}.sha256"
- name: list files
run: find /build

- name: Upload macOS bundle
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 92cde41

Please sign in to comment.