File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,26 +38,25 @@ jobs:
3838 shell : bash
3939 run : |
4040 cd target/${{ matrix.target }}/release
41- tar czvf ../../../minos-codex-${{ matrix.os }}.tar.gz minos-codex*
41+ tar czvf ../../../minos-codex-${{ matrix.target }}-${{ matrix. os }}.tar.gz minos-codex*
4242 cd -
4343
4444 - name : Generate SHA256
4545 shell : bash
4646 run : |
4747 cd target/${{ matrix.target }}/release
4848 if [[ "${{ matrix.os }}" == "macos-latest" ]]; then
49- shasum -a 256 minos-codex* > ../../../minos-codex-${{ matrix.os }}.sha256
49+ shasum -a 256 minos-codex* > ../../../minos-codex-${{ matrix.target }}-${{ matrix. os }}.sha256
5050 else
51- sha256sum minos-codex* > ../../../minos-codex-${{ matrix.os }}.sha256
51+ sha256sum minos-codex* > ../../../minos-codex-${{ matrix.target }}-${{ matrix. os }}.sha256
5252 fi
5353 cd -
5454
55-
5655 - name : Release
5756 uses : softprops/action-gh-release@v1
5857 with :
5958 files : |
60- target/${{ matrix.target }}/release/minos-codex-${{ matrix.os }}.tar.gz
61- target/${{ matrix.target }}/release/minos-codex-${{ matrix.os }}.sha256
59+ target/${{ matrix.target }}/release/minos-codex-${{ matrix.target }}-${{ matrix. os }}.tar.gz
60+ target/${{ matrix.target }}/release/minos-codex-${{ matrix.target }}-${{ matrix. os }}.sha256
6261 env :
6362 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments