Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
fix: dist.tgzの作成コマンド修正...
Browse files Browse the repository at this point in the history
  • Loading branch information
book000 authored Nov 6, 2021
1 parent 9f73556 commit b9b8d73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ jobs:
run: echo "::set-output name=SHORT_SHA::$(git rev-parse --short HEAD)"

- name: Create dist.tgz
run: tar -C dist -cvf dist.tgz $(ls -A)
working-directory: .dist
run: tar -cvf ../dist.tgz $(ls -A)

- name: Create a Release
id: create_release
Expand Down

0 comments on commit b9b8d73

Please sign in to comment.