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

Commit

Permalink
Add sha512 sum in action build
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinfall authored Nov 13, 2022
1 parent b1d5bb8 commit 3eab4a0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,15 @@ jobs:
- run: mkdir -p release
- name: install dependencies
run: sudo apt install -y curl libarchive-tools jq tar unzip xz-utils
- name: build package
- name: build package & make hash
run: |
sudo make
sudo make clean
mv Clear.zip release/Clear.zip
sha512sum Clear.zip > Clear.zip.sha512
mv Clear.zip* release/
- name: save release as artifact
uses: actions/upload-artifact@v3
with:
retention-days: 10
name: Clear.zip
name: Clear-packed.zip
path: release

0 comments on commit 3eab4a0

Please sign in to comment.