aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/release.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r--.github/workflows/release.yml13
1 files changed, 9 insertions, 4 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 62c15a8..66bfb5b 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -10,15 +10,20 @@ jobs:
10 name: Upload Release Asset 10 name: Upload Release Asset
11 runs-on: ubuntu-latest 11 runs-on: ubuntu-latest
12 steps: 12 steps:
13 - uses: actions/checkout@v3 13 -
14 - name: Build project 14 name: Checkout
15 uses: actions/checkout@v3
16 -
17 name: Build project
15 run: | 18 run: |
16 yarn install 19 yarn install
17 yarn build 20 yarn build
18 - name: Create artifact 21 -
22 name: Create artifact
19 working-directory: "dist" 23 working-directory: "dist"
20 run: zip -r ../homer.zip ./* 24 run: zip -r ../homer.zip ./*
21 - name: Create Release 25 -
26 name: Create Release
22 id: create_release 27 id: create_release
23 uses: softprops/action-gh-release@v1 28 uses: softprops/action-gh-release@v1
24 with: 29 with: