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 b95ae3c commit b57f522Copy full SHA for b57f522
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
msbuild Configure.sln /m /t:Rebuild /p:Configuration=Release,Platform=${{matrix.architecture}}
26
27
- name: Upload executable
28
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
29
with:
30
name: Configure.Release.${{matrix.architecture}}
31
path: Artifacts/Release/${{matrix.architecture}}/bin
0 commit comments