Skip to content

Commit 18d2293

Browse files
committed
fix: wrong artifact name 🤦
1 parent c446157 commit 18d2293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,6 @@ jobs:
121121
- name: Upload artifacts
122122
uses: actions/upload-artifact@v4
123123
with:
124-
name: "${{ runner.os }}-${{ github.ref_name }}-${{ github.sha }}"
124+
name: "${{ matrix.os }}-${{ github.ref_name }}-${{ github.sha }}"
125125
path: release
126126
retention-days: ${{ env.ARTIFACT_RETENTION_DAYS }}

0 commit comments

Comments
 (0)