Skip to content

Commit

Permalink
feat: github: Create a github action for nginx service - v9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
otakuryo committed Oct 9, 2023
1 parent f23b8aa commit 982502a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ jobs:
- name: Zip dist folder
uses: montudor/action-zip@v1
with:
args: zip -qq -r mutiny-nginx-dist.zip . -i dist
args: zip -qq -r MutinyNginxDist.zip . -i dist

- name: Create Release - Node.js ${{ matrix.node-version }}
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: dist/mutiny-nginx-dist.zip
file: MutinyNginxDist.zip
release_name: Release ${{ github.ref }}
body: |
Description of release

0 comments on commit 982502a

Please sign in to comment.