Skip to content

Commit

Permalink
fix: zip file structure in client release
Browse files Browse the repository at this point in the history
  • Loading branch information
BluDood committed Oct 23, 2024
1 parent 74b2707 commit d15bf7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ jobs:
run: npm run build

- name: Zip the build output
run: zip -r /tmp/glancething-client-${GITHUB_REF_NAME}.zip dist/*
run: zip -r /tmp/glancething-client-${GITHUB_REF_NAME}.zip ./*
working-directory: ./client/dist

- name: Upload the zip to the GitHub Release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit d15bf7b

Please sign in to comment.