Skip to content

Commit

Permalink
Update docker-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YannicHock authored Nov 30, 2022
1 parent f1e9a65 commit 887f165
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ jobs:
with:
name: dependencies
path: .
-
uses: montudor/action-zip@v1
name: Unzip node_modules
with:
args: unzip -qq modules.zip -d node_modules
-
name: Zip Release
run: zip -qq -r ajaneditor-${{ steps.commit.outputs.short }}.zip .
Expand Down

0 comments on commit 887f165

Please sign in to comment.