Skip to content
Snippets Groups Projects
Unverified Commit cb91c802 authored by Griefed's avatar Griefed :joystick: Committed by GitHub
Browse files

Update github_release.yml

parent c129b1ea
No related branches found
No related tags found
No related merge requests found
...@@ -49,10 +49,18 @@ jobs: ...@@ -49,10 +49,18 @@ jobs:
node-version: '>= 16.9.1' node-version: '>= 16.9.1'
# Set this option if you want the action to check for the latest available version that satisfies the version spec # Set this option if you want the action to check for the latest available version that satisfies the version spec
check-latest: false check-latest: false
- run: npm install -g @quasar/cli
- run: npm install - name: Install Quasar
- run: quasar build run: npm install -g @quasar/cli
- run: pwd && ls -al *
- name: Install packages
run: npm install
- name: Build project
run: quasar build
- name: List files
run: pwd && ls -al *
- name: Create Build Archive tar.gz - name: Create Build Archive tar.gz
run: | run: |
...@@ -60,7 +68,7 @@ jobs: ...@@ -60,7 +68,7 @@ jobs:
tar -czf lttmm-${{ steps.tag.outputs.tag }}.tar.gz dist/spa tar -czf lttmm-${{ steps.tag.outputs.tag }}.tar.gz dist/spa
- name: Create Build Archive zip - name: Create Build Archive zip
- uses: papeloto/action-zip@v1 uses: papeloto/action-zip@v1
with: with:
files: dist/spa files: dist/spa
recursive: true recursive: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment