Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hipposen authored Mar 24, 2024
1 parent f61be9e commit df51afe
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,14 @@ jobs:
- name: Build
run: sudo ./build-local.sh
- name: Check256
run: "sha256sum artifacts/heyalter-*.iso >> artifacts/hashes.txt"
run: "sha256sum ./artifacts/heyalter-*.iso >> ./artifacts/hashes.txt"
- name: Check2512
run: "sha512sum artifacts/heyalter-*.iso >> artifacts/hashes.txt"
run: "sha512sum ./artifacts/heyalter-*.iso >> ./artifacts/hashes.txt"
- name: Archive build output
uses: actions/upload-artifact@v3
with:
name: heyalter.iso
path: /mnt/heyalter-ubuntu-iso/artifacts/heyalter-*.iso



0 comments on commit df51afe

Please sign in to comment.