File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -18,17 +18,17 @@ jobs:
1818 include :
1919 - os : ubuntu-latest
2020 target : x86_64-unknown-linux-gnu
21- artifact_name : yanimator
21+ artifact_name : yanimator_linux
2222 asset_name : yanimator-linux-x86_64
2323 binstall_suffix : x86_64-unknown-linux-gnu.tar.gz
2424 - os : windows-latest
2525 target : x86_64-pc-windows-msvc
26- artifact_name : yanimator .exe
26+ artifact_name : yanimator_windows .exe
2727 asset_name : yanimator-windows-x86_64.exe
2828 binstall_suffix : x86_64-pc-windows-msvc.tar.gz
2929 - os : macos-latest
3030 target : x86_64-apple-darwin
31- artifact_name : yanimator
31+ artifact_name : yanimator_macos
3232 asset_name : yanimator-macos-x86_64
3333 binstall_suffix : x86_64-apple-darwin.tar.gz
3434
5656 - name : Upload Artifact
5757 uses : actions/upload-artifact@v4
5858 with :
59+ name : ${{ matrix.artifact_name }}
5960 path : |
6061 target/${{ matrix.asset_name }}
6162 ${{ env.BINARY_NAME }}-${{ needs.check-version.outputs.version }}-${{ matrix.binstall_suffix }}
You can’t perform that action at this time.
0 commit comments