Skip to content

Commit

Permalink
feat: add final checksum v1
Browse files Browse the repository at this point in the history
  • Loading branch information
aoudiamoncef authored Dec 15, 2023
1 parent a0b4e3e commit 6a17fde
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,21 +68,22 @@ jobs:
tar czvf massa_${{ matrix.name }} massa
fi
cd -
- name: Upload ${{ matrix.name }} artifacts
- name: Upload ${{ matrix.os }}_${{ matrix.platform }} artifacts
uses: actions/upload-artifact@v4
with:
name: massa_artifacts_${{ matrix.name }}
path: |
massa_*.zip
massa_*.tar.gz
if-no-files-found: error
- name: Publish ${{ matrix.name }} artifacts
- name: Publish ${{ matrix.os }}_${{ matrix.platform }} artifacts
uses: softprops/action-gh-release@v1
with:
files: |
massa_*.zip
massa_*.tar.gz
checksum:
needs: release
runs-on: ubuntu-latest
Expand Down Expand Up @@ -113,4 +114,4 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: |
checksums.txt
checksums.txt

0 comments on commit 6a17fde

Please sign in to comment.