Skip to content

Commit

Permalink
feat: github: Create a github action for nginx service - v14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
otakuryo committed Oct 9, 2023
1 parent fbbbd89 commit 96a350b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Zip dist folder
uses: montudor/action-zip@v1
with:
args: zip -qq -r MutinyNginxBuild.zip build
args: rm MutinyNginxBuild.zip && zip -qq -r MutinyNginxBuild.zip build

- name: Create Release - Node.js ${{ matrix.node-version }}
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit 96a350b

Please sign in to comment.