We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 167e1d9 commit aba847aCopy full SHA for aba847a
.github/workflows/build.yml
@@ -83,7 +83,7 @@ jobs:
83
run: find $RUNNER_WORKSPACE
84
85
- name: Upload build artifact
86
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
87
with:
88
name: Nuked-SC55-CLAP-${{ matrix.label }}-${{ matrix.arch }}
89
path: build/release-${{ matrix.label }}-${{ matrix.arch }}/Nuked-SC55.clap
@@ -134,7 +134,7 @@ jobs:
134
135
136
- name: Upload package
137
138
139
name: Nuked-SC55-CLAP-macos-universal
140
path: out
0 commit comments