From 6a17fdeeb6e3ed382ca443572625baf86e5bbd06 Mon Sep 17 00:00:00 2001 From: Moncef AOUDIA Date: Sat, 16 Dec 2023 00:43:23 +0100 Subject: [PATCH] feat: add final checksum v1 --- .github/workflows/cd.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 6ef94f0c66b..3c3364edadb 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -68,7 +68,8 @@ 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 }} @@ -76,13 +77,13 @@ jobs: 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 @@ -113,4 +114,4 @@ jobs: uses: softprops/action-gh-release@v1 with: files: | - checksums.txt + checksums.txt \ No newline at end of file