Skip to content

Commit ffbe2e9

Browse files
committed
fixed build issues
1 parent d2946f2 commit ffbe2e9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/build.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ name: "Nightly Builds"
33
on:
44
push:
55
branches:
6-
- main
6+
- '*'
77
pull_request:
88
branches:
9-
- main
9+
- '*'
10+
workflow_dispatch:
1011

1112
jobs:
1213
publish-tauri:
@@ -16,6 +17,8 @@ jobs:
1617
platform: [ubuntu-latest, windows-latest]
1718

1819
runs-on: ${{ matrix.platform }}
20+
env:
21+
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
1922
steps:
2023
- uses: actions/checkout@v4
2124

0 commit comments

Comments
 (0)