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