We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f60e0b7 commit 9d103eaCopy full SHA for 9d103ea
.github/workflows/python-app.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Add release
34
uses: ncipollo/release-action@v1
35
with:
36
- artifacts: "./dist/D2RLoader.windows.zip"
+ artifacts: "D2RLoader.windows.zip"
37
artifactErrorsFailBuild: true
38
allowUpdates: true
39
generateReleaseNotes: true
0 commit comments