Skip to content

Commit

Permalink
Revert "ci: add checksum + tested with ACT (#4590)" (#4595)
Browse files Browse the repository at this point in the history
This reverts commit 49257e8.
  • Loading branch information
Leo-Besancon authored Dec 15, 2023
1 parent 1425b01 commit 86fa044
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,18 +92,7 @@ jobs:
tar czvf massa_${GITHUB_REF/refs\/tags\//}_${{ matrix.name }} massa
fi
cd -
- name: Generate checksum
uses: jmgilman/actions-generate-checksum@v1
with:
method: sha256
patterns: |
massa_*.zip
massa_*.tar.gz
output: checksums_${{ matrix.name }}.txt
- name: Publish
uses: softprops/action-gh-release@v1
with:
files: |
massa_*.zip
massa_*.tar.gz
checksums_*.txt
files: 'massa_*'

0 comments on commit 86fa044

Please sign in to comment.