1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-08-16 14:21:03 +02:00

ci(deploy): fix issues with schema job

This commit is contained in:
Jake Stanger 2024-08-11 16:30:02 +01:00
parent f302e7c6a6
commit 80729a6cfa
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61

View file

@ -72,8 +72,11 @@ jobs:
- name: Install build deps
run: ./.github/scripts/ubuntu_setup.sh
- name: Ensure target folder
run: mkdir -p target
- 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
uses: appleboy/scp-action@v0.1.7