Update build.yml

This commit is contained in:
smartfridge 2021-06-30 16:45:40 +02:00
parent bf4f0e4a5b
commit 1107db1545
1 changed files with 7 additions and 1 deletions

View File

@ -29,4 +29,10 @@ jobs:
skip_build: true
# If the commit is tagged with a version (e.g. "v1.0.0"),
# release the app after building
release: ${{ startsWith(github.ref, 'refs/tags/v') }}
release: ${{ startsWith(github.ref, 'refs/tags/v') }}
- name: Archive production builds
uses: actions/upload-artifact@v2
with:
name: dist folder
path: |
dist