Skip to content
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Sep 28, 2020
1 parent 25297c1 commit e8ee48b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/on_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:

- name: Build app
run: |
npm ci \
npm run build \
cp config.example.js build \
pushd build \
npm ci
npm run build
cp config.example.js build
pushd build
zip -qr "../TileBoard.zip" .
- name: Create release
Expand All @@ -31,7 +31,7 @@ jobs:
release_name: Release ${{ github.ref }}
draft: false
prerelease: false
body: This release contains version ${{ github.ref }} of the TileBoard app. Check "assets" section for downloading the package.
body: Check "assets" section for links to download TileBoard.

- name: Upload assets
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit e8ee48b

Please sign in to comment.