Skip to content

Commit 202cbc5

Browse files
committed
ci: run make build instead of action
1 parent f32753b commit 202cbc5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,4 @@ jobs:
6969
run: make prebuild
7070

7171
- name: Build the app
72-
uses: tauri-apps/tauri-action@v0
73-
env:
74-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
75-
with:
76-
args: ${{ matrix.args }}
72+
run: make build

0 commit comments

Comments
 (0)