File tree Expand file tree Collapse file tree 1 file changed +6
-11
lines changed
Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -18,16 +18,13 @@ jobs:
1818 include :
1919 - os : ubuntu-latest
2020 target : x86_64-unknown-linux-gnu
21- artifact_name : yanimator
22- asset_name : yanimator-linux-x86_64.tar.gz
21+ artifact_name : yanimator-linux-x86_64
2322 - os : windows-latest
2423 target : x86_64-pc-windows-msvc
25- artifact_name : yanimator.exe
26- asset_name : yanimator-windows-x86_64.tar.gz
24+ artifact_name : yanimator_windows.exe
2725 - os : macos-latest
2826 target : x86_64-apple-darwin
29- artifact_name : yanimator
30- asset_name : yanimator-macos-x86_64.tar.gz
27+ artifact_name : yanimator-macos-x86_64
3128
3229 steps :
3330 - uses : actions/checkout@v4
@@ -44,12 +41,10 @@ jobs:
4441 shell : bash
4542 run : |
4643 cd target/${{ matrix.target }}/release
47- cp ${{ matrix.artifact_name }} ../../${{ matrix.asset_name }}
44+ cp ${{ matrix.artifact_name }} ../../${{ matrix.artifact_name }}
4845
4946 - name : Upload Artifact
5047 uses : actions/upload-artifact@v4
5148 with :
52- name : ${{ matrix.asset_name }}
53- path : |
54- target/${{ matrix.asset_name }}
55- ${{ env.BINARY_NAME }}-${{ matrix.binstall_suffix }}
49+ name : ${{ matrix.artifact_name }}
50+ path : target/${{ matrix.target }}/release/${{ matrix.artifact_name }}
You can’t perform that action at this time.
0 commit comments