Update build.yml

This commit is contained in:
smartfridge 2021-07-17 17:43:09 +02:00 committed by GitHub
parent 0df9689bd1
commit ae926c6548
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -29,9 +29,9 @@ 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') }} disabled for now as it caused problems
release: ${{ startsWith(github.ref, 'refs/tags/v') }} #disabled for now as it caused problems (nvm)
- name: Archive production builds
uses: actions/upload-artifact@v2
with:
name: dist folder
path: dist/**
path: dist/**