Skip to content

Commit

Permalink
fixed build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
0PandaDEV committed Jul 18, 2024
1 parent d2946f2 commit ffbe2e9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ name: "Nightly Builds"
on:
push:
branches:
- main
- '*'
pull_request:
branches:
- main
- '*'
workflow_dispatch:

jobs:
publish-tauri:
Expand All @@ -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

Expand Down

0 comments on commit ffbe2e9

Please sign in to comment.