Update build
This commit is contained in:
parent
09985e245a
commit
7ba9068f0b
@ -14,17 +14,22 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: 🔧 Setup bun
|
||||
uses: https://github.com/oven-sh/setup-bun@v1
|
||||
with:
|
||||
bun-version: "1.0.0"
|
||||
- name: 🧱 Install node packages
|
||||
|
||||
- name: 🧱 Install packages
|
||||
run: bun i
|
||||
- name: ✅ svelte-check
|
||||
|
||||
- name: ✅ Check project
|
||||
run: bun run check
|
||||
|
||||
- name: 🔨 Build project
|
||||
run: bun run build
|
||||
- name: upload artifact
|
||||
|
||||
- name: Upload artifact
|
||||
run: |
|
||||
tar -czf build.tar.gz build
|
||||
curl --user minijack:${{ secrets.PACKAGE_TOKEN }} \
|
||||
|
Loading…
x
Reference in New Issue
Block a user