From ae926c6548cbdd15f76b251e9ca416ddc7cedf0b Mon Sep 17 00:00:00 2001 From: smartfridge <37928912+smartfrigde@users.noreply.github.com> Date: Sat, 17 Jul 2021 17:43:09 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f1aef92..5583c53 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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/** \ No newline at end of file + path: dist/**