File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1919 - name : setup node
2020 uses : actions/setup-node@v1
2121 with :
22- node-version : 12
22+ node-version : ' 14 '
2323 - name : install rust stable
2424 uses : actions-rs/toolchain@v1
2525 with :
@@ -31,16 +31,16 @@ jobs:
3131 sudo apt-get update
3232 sudo apt-get install -y webkit2gtk-4.0
3333 - run : yarn
34- - name : build finatr for tauri app
34+ - name : build frontend for tauri app
3535 run : yarn build
3636 - run : cargo install tauri-bundler --force
3737 - uses : tauri-apps/tauri-action@v0
3838 env :
3939 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4040 with :
4141 includeDebug : true
42- tagName : finatr -v__VERSION__
43- releaseName : " Release finatr app v__VERSION__"
42+ tagName : todos-app -v__VERSION__
43+ releaseName : " Release todos- app v__VERSION__"
4444 releaseBody : " See the assets to download this version and install."
4545 releaseDraft : true
4646 prerelease : false
You can’t perform that action at this time.
0 commit comments