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 111b3e8 commit 0bddfcaCopy full SHA for 0bddfca
1 file changed
.github/workflows/build.yml
@@ -57,7 +57,7 @@ jobs:
57
- name: Copy release files for upload
58
run: Copy-Item -Path dnSpy\dnSpy\bin\Release\${{matrix.build-dir}}\* -Destination C:\builtfiles\dnSpy-${{matrix.platform}} -Recurse
59
60
- - uses: actions/upload-artifact@v7.0.0
+ - uses: actions/upload-artifact@v7.0.1
61
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')
62
with:
63
name: dnSpy-${{matrix.package-name}}
0 commit comments