Skip to content

Commit a0a2288

Browse files
committed
use matrix.os instead of runner.os
1 parent 83d8e03 commit a0a2288

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mac-artifact.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,13 +244,13 @@ jobs:
244244
- name: Upload static asbackup artifact
245245
uses: actions/upload-artifact@v4
246246
with:
247-
name: ${{ steps.system-info.outputs.platform }}-${{ runner.arch }}-${{ runner.os }}-${{ steps.system-info.outputs.release }}-asbackup-static
247+
name: ${{ steps.system-info.outputs.platform }}-${{ runner.arch }}-${{ matrix.os }}-${{ steps.system-info.outputs.release }}-asbackup-static
248248
path: ${{ steps.working-dir.outputs.value }}/binaries/static_bin/asbackup
249249
if-no-files-found: error
250250
- name: Upload static asrestore artifact
251251
uses: actions/upload-artifact@v4
252252
with:
253-
name: ${{ steps.system-info.outputs.platform }}-${{ runner.arch }}-${{ runner.os }}-${{ steps.system-info.outputs.release }}-asrestore-static
253+
name: ${{ steps.system-info.outputs.platform }}-${{ runner.arch }}-${{ matrix.os }}-${{ steps.system-info.outputs.release }}-asrestore-static
254254
path: ${{ steps.working-dir.outputs.value }}/binaries/static_bin/asrestore
255255
if-no-files-found: error
256256
bundle-binaries:

0 commit comments

Comments
 (0)