mirror of
https://github.com/JonasunderscoreJones/BingoGenerator.git
synced 2025-10-22 16:39:19 +02:00
fixed some issues with capturing build artifacts
Some checks failed
build-sveltekit / build (push) Failing after 22s
Some checks failed
build-sveltekit / build (push) Failing after 22s
This commit is contained in:
parent
9e3c4aa631
commit
6806a63b87
1 changed files with 5 additions and 7 deletions
|
@ -19,21 +19,19 @@ jobs:
|
|||
path: |
|
||||
~/.npm
|
||||
node_modules
|
||||
key: ${{ runner.os }}-SvelteKit
|
||||
key: ${{ runner.os }}-SvelteKit-${{ hashFiles('package-lock.json') }}
|
||||
|
||||
- name: install dependencies
|
||||
run: npm install --frozen-lockfile
|
||||
|
||||
- name: build project
|
||||
run: npm run build || true
|
||||
run: npm run build
|
||||
|
||||
- name: capture build artifacts
|
||||
uses: https://code.forgejo.org/forgejo/upload-artifact@v4
|
||||
with:
|
||||
name: sveltekit-artifacts.zip
|
||||
path: |
|
||||
build/
|
||||
.svelte-kit/
|
||||
name: sveltekit-artifacts
|
||||
path: build/
|
||||
if-no-files-found: error
|
||||
|
||||
- name: cache downloaded dependencies
|
||||
|
@ -43,4 +41,4 @@ jobs:
|
|||
path: |
|
||||
~/.npm
|
||||
node_modules
|
||||
key: ${{ runner.os }}-SvelteKit
|
||||
key: ${{ runner.os }}-SvelteKit-${{ hashFiles('package-lock.json') }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue