Skip to content
This repository has been archived by the owner on May 20, 2022. It is now read-only.

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
izu-co committed May 26, 2021
1 parent d442767 commit 8ca13b9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,18 @@ jobs:
run: npm i
- name: Make build
run: npm run build
- run: cd build
- name: Zip Build
uses: TheDoctor0/zip-release@0.4.2
with:
filename: "build.zip"
path: ./build/
directory: build
- name: Upload release
uses: actions/upload-release-asset@v1
with:
upload_url: ${{ github.event.release.upload_url }}
asset_name: build.zip
asset_path: ./build.zip
asset_path: ./build/build.zip
asset_content_type: application/zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 8ca13b9

Please sign in to comment.