fixed build issues

This commit is contained in:
pandadev 2024-07-18 15:46:06 +02:00
parent d2946f2726
commit ffbe2e9caf
No known key found for this signature in database
GPG key ID: C39629DACB8E762F

View file

@ -3,10 +3,11 @@ name: "Nightly Builds"
on:
push:
branches:
- main
- '*'
pull_request:
branches:
- main
- '*'
workflow_dispatch:
jobs:
publish-tauri:
@ -16,6 +17,8 @@ jobs:
platform: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.platform }}
env:
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
steps:
- uses: actions/checkout@v4