Skip to content

Commit

Permalink
Don't bother with ignore after unziping
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnstn committed Sep 9, 2024
1 parent 13d6b04 commit 0288bd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
cd ../temp/wpcloud-station
unzip plugin.zip
cd ../..
zip -r ./plugin.zip temp/wpcloud-station [email protected]
zip -r ./plugin.zip temp/wpcloud-station
rm -rf temp
- name: Setup Node for theme
Expand All @@ -53,7 +53,7 @@ jobs:
cd ../temp/wpcloud-station
unzip theme.zip
cd ../..
zip -r ./theme.zip temp/wpcloud-station [email protected]
zip -r ./theme.zip temp/wpcloud-station
rm -rf temp
- name: Get release
Expand Down

0 comments on commit 0288bd6

Please sign in to comment.