build: Added explicit bun version and fixed package script name casing

This commit is contained in:
Simeon Radivoev 2026-03-01 18:34:20 +02:00
parent 3e5881300f
commit 43afd6256e
Signed by: simeonradivoev
GPG key ID: 7611A451D2A5D37A
3 changed files with 8 additions and 6 deletions

View file

@ -14,7 +14,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
with:
persist-credentials: 'true' # Optional; should be the default
persist-credentials: "true" # Optional; should be the default
- name: Checkout lfs
run: |
@ -53,7 +53,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y p7zip-full
- name: Build Canary
run: bun run package:linux
run: bun run package:Linux
- name: Upload Artifact
uses: actions/upload-artifact@v3