Skip to content

Commit

Permalink
圧縮ファイル内のパスを修正 (#8)
Browse files Browse the repository at this point in the history
fix: compress path
  • Loading branch information
Kensuke Yanai authored Jun 17, 2023
1 parent e5a6a39 commit 23504f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: (cd ui && yarn build)

- name: Compress ui
run: (cd ui && tar -zcvf ui.tar.gz ./dist/)
run: (cd ui/dist && tar -zcvf ../front.tar.gz .)

- name: Create release
uses: softprops/action-gh-release@v1
Expand All @@ -67,4 +67,4 @@ jobs:
api/app_darwin_arm64
api/app_linux_amd64
api/app_linux_arm64
ui/ui.tar.gz
ui/front.tar.gz

0 comments on commit 23504f3

Please sign in to comment.