Skip to content

Commit

Permalink
feat: github: Create a github action for nginx service - v15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
otakuryo committed Oct 9, 2023
1 parent 96a350b commit 419200e
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: rm MutinyNginxBuild.zip && zip -qq -r MutinyNginxBuild.zip build
args: zip -qq -r MutinyNginxBuildV1.0.0.zip build

- name: Create Release - Node.js ${{ matrix.node-version }}
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: MutinyNginxBuild.zip
file: MutinyNginxBuildV1.0.0.zip
release_name: Release ${{ github.ref_name }}
body: |
Description of release

0 comments on commit 419200e

Please sign in to comment.