We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5a7436 commit 6bc046eCopy full SHA for 6bc046e
.github/workflows/build.yml
@@ -79,7 +79,7 @@ jobs:
79
- name: Upload Artifact for Signing
80
if: env.IS_WIN == 'true'
81
id: upload-artifact-for-signing
82
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
83
with:
84
name: spicetify-${{ env.TAG }}-${{ matrix.os }}-${{ (matrix.arch == 'amd64' && 'x64') || (matrix.arch == 'arm64' && 'arm64') || 'x32' }}-unsigned
85
path: ./spicetify.exe
0 commit comments