File tree 1 file changed +3
-19
lines changed
1 file changed +3
-19
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- main
7
- pull_request :
8
- branches :
9
- - main
7
+ tags :
8
+ - ' v1.0.0'
10
9
11
10
jobs :
12
11
publish-tauri :
48
47
49
48
- name : install frontend dependencies
50
49
run : yarn install
51
-
52
- - name : Navigate to Rust project directory
53
- run : cd trendline/src-tauri
54
-
55
- - name : Build the project
56
- run : cargo build --release
57
-
50
+
58
51
- uses : tauri-apps/tauri-action@v0
59
52
env :
60
53
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
66
59
prerelease : false
67
60
args : ${{ matrix.args }}
68
61
69
- - name : Check build output
70
- run : ls -alh ./target/release
71
-
72
- - name : Upload binary
73
- uses : actions/upload-artifact@v4
74
- with :
75
- name : trendline-${{ matrix.platform }}
76
- path : ./target/release/trendline
77
-
78
62
create-release :
79
63
needs : publish-tauri
80
64
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments