Skip to content

Commit e3550d8

Browse files
committed
Use correct folder for release
1 parent ebba5d6 commit e3550d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/client.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
if: ${{ github.ref == 'refs/heads/main' }}
2020
with:
2121
tag_name: ${{ github.run_number }}
22-
files: client/dist/*.tar.gz
22+
files: client/build/dist/*.tar.gz

0 commit comments

Comments
 (0)