mirror of
https://github.com/cinnyapp/cinny-desktop.git
synced 2025-01-14 10:25:13 +00:00
Remove extra build steps
This commit is contained in:
parent
977ed75bbf
commit
871b0eb0f2
11
.github/workflows/test.yml
vendored
11
.github/workflows/test.yml
vendored
|
@ -16,11 +16,6 @@ jobs:
|
||||||
uses: actions/checkout@v3.0.2
|
uses: actions/checkout@v3.0.2
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
- name: Get release
|
|
||||||
id: get_release
|
|
||||||
uses: bruceadams/get-release@3a8733307b85cd96d52772b037617bd63d99522e
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
- name: Setup node
|
- name: Setup node
|
||||||
uses: actions/setup-node@v3.1.1
|
uses: actions/setup-node@v3.1.1
|
||||||
with:
|
with:
|
||||||
|
@ -41,8 +36,4 @@ jobs:
|
||||||
- name: Build desktop app with Tauri
|
- name: Build desktop app with Tauri
|
||||||
uses: tauri-apps/tauri-action@v0.3.0
|
uses: tauri-apps/tauri-action@v0.3.0
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
|
|
||||||
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
|
|
||||||
with:
|
|
||||||
releaseId: ${{ steps.get_release.outputs.upload_url }}
|
|
Loading…
Reference in a new issue