Skip to content

Commit 9d103ea

Browse files
committed
Fix path to zip
1 parent f60e0b7 commit 9d103ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Add release
3434
uses: ncipollo/release-action@v1
3535
with:
36-
artifacts: "./dist/D2RLoader.windows.zip"
36+
artifacts: "D2RLoader.windows.zip"
3737
artifactErrorsFailBuild: true
3838
allowUpdates: true
3939
generateReleaseNotes: true

0 commit comments

Comments
 (0)