Skip to content

Commit bf23590

Browse files
authored
Update main.yml
1 parent ff87f69 commit bf23590

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

@@ -56,6 +56,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)