Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
add checksums file to artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
adamthiede committed Jun 13, 2024
1 parent 26e20b2 commit b26be3a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
bash ci-build.sh
podman stop signal-desktop-$VERSION
cp ~/signal-desktop.deb .
sha256sum signal-desktop.deb | tee checksums.txt
- name: install flatpak deps
shell: bash
env:
Expand All @@ -79,6 +80,7 @@ jobs:
flatpak-builder --arch=aarch64 --gpg-sign=FBEF43DC8C6BE9A7 --repo=/opt/pakrepo --force-clean .builddir flatpak.yml
flatpak build-bundle --arch=aarch64 /opt/pakrepo ./signal.flatpak org.signal.Signal master
cp ./signal.flatpak ~/
sha256sum signal.flatpak | tee -a checksums.txt
- name: sync to server
shell: bash
run: |
Expand All @@ -98,6 +100,6 @@ jobs:
uses: AButler/[email protected]
with:
release-tag: ${{ env.VERSION }}
files: "signal-desktop.deb;signal.flatpak"
files: "signal-desktop.deb;signal.flatpak;checksums.txt"
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b26be3a

Please sign in to comment.