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