Skip to content

Commit ba46a30

Browse files
bugfix wrong packages build dir (#360)
1 parent c17f44d commit ba46a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@ jobs:
9494
env:
9595
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9696
with:
97-
files: ./*.zip
97+
files: ./output/*.zip

0 commit comments

Comments
 (0)