Skip to content

Commit

Permalink
Update cd.yml (#4577)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-Besancon committed Nov 30, 2023
1 parent b63e974 commit 3d4e6f2
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,20 +92,7 @@ jobs:
tar czvf massa_${GITHUB_REF/refs\/tags\//}_${{ matrix.name }} massa
fi
cd -
working-directory: ${{ github.workspace }}
- name: Generate checksum
uses: jmgilman/actions-generate-checksum@v1
with:
method: sha256
patterns: |
${{ github.workspace }}/massa/*.zip
${{ github.workspace }}/massa/*.tar.gz
output: checksums_${{ matrix.name }}.txt

- name: Publish
uses: softprops/action-gh-release@v1
with:
files: |
massa_*.zip
massa_*.gz
checksums_*.txt
files: 'massa_*'

0 comments on commit 3d4e6f2

Please sign in to comment.