|
@@ -7,8 +7,6 @@ name: test create-tauri-app
|
|
on:
|
|
on:
|
|
workflow_dispatch:
|
|
workflow_dispatch:
|
|
inputs:
|
|
inputs:
|
|
- branch:
|
|
|
|
- default: "dev"
|
|
|
|
platform:
|
|
platform:
|
|
default: "ubuntu"
|
|
default: "ubuntu"
|
|
pull_request:
|
|
pull_request:
|
|
@@ -35,8 +33,6 @@ jobs:
|
|
|
|
|
|
steps:
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- uses: actions/checkout@v2
|
|
- with:
|
|
|
|
- ref: ${{ github.head_ref || github.event.inputs.branch }}
|
|
|
|
- name: install stable
|
|
- name: install stable
|
|
uses: actions-rs/toolchain@v1
|
|
uses: actions-rs/toolchain@v1
|
|
with:
|
|
with:
|