mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-08-16 22:31:03 +02:00
ci(deploy): fix issues with schema job
This commit is contained in:
parent
f302e7c6a6
commit
80729a6cfa
1 changed files with 4 additions and 1 deletions
5
.github/workflows/deploy.yml
vendored
5
.github/workflows/deploy.yml
vendored
|
@ -72,8 +72,11 @@ jobs:
|
||||||
- name: Install build deps
|
- name: Install build deps
|
||||||
run: ./.github/scripts/ubuntu_setup.sh
|
run: ./.github/scripts/ubuntu_setup.sh
|
||||||
|
|
||||||
|
- name: Ensure target folder
|
||||||
|
run: mkdir -p target
|
||||||
|
|
||||||
- name: Build schema
|
- name: Build schema
|
||||||
run: cargo build --features schema -- --print-schema > target/schema-${{ github.ref_name }}.json
|
run: cargo run --features schema -- --print-schema > target/schema-${{ github.ref_name }}.json
|
||||||
|
|
||||||
- name: Copy file via SSH
|
- name: Copy file via SSH
|
||||||
uses: appleboy/scp-action@v0.1.7
|
uses: appleboy/scp-action@v0.1.7
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue