Skip to content

Commit

Permalink
fix githubaction
Browse files Browse the repository at this point in the history
  • Loading branch information
doyeongan committed Jul 28, 2020
1 parent e8dc296 commit 07285f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: yarn build

- name: zip
run: zip out build/
run: zip -r out build/*

- name: Create Release
id: create_release
Expand Down

0 comments on commit 07285f2

Please sign in to comment.