Skip to content

Commit f60e0b7

Browse files
committed
specify dist dir
1 parent 9bbfb6b commit f60e0b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-app.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ jobs:
2828
with:
2929
type: 'zip'
3030
filename: 'D2RLoader.windows.zip'
31-
path: 'dist/D2RLoader'
31+
path: './dist/'
3232

3333
- name: Add release
3434
uses: ncipollo/release-action@v1
3535
with:
36-
artifacts: "D2RLoader.windows.zip"
36+
artifacts: "./dist/D2RLoader.windows.zip"
3737
artifactErrorsFailBuild: true
3838
allowUpdates: true
3939
generateReleaseNotes: true

0 commit comments

Comments
 (0)