This commit is contained in:
David Boucher 2025-06-13 15:42:31 +02:00
parent f36fc3be02
commit b0dda05867

View File

@ -70,11 +70,15 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Prepare files for packaging
run: source .cargo/env.sh
run: |
echo "Current path: $PWD"
find / -name env.sh
source ~/.cargo/env.sh
shell: bash
- name: Build using Cargo
run: cargo build --release
shell: bash
- name: Package
uses: ./.github/actions/package-nfpm