fix workflow artifact upload

This commit is contained in:
ibizaman 2025-02-12 00:55:34 +01:00 committed by Pierre Penninckx
parent d5c90be286
commit 8e55dd4660

View file

@ -119,7 +119,7 @@ jobs:
- name: Build
run: |
nix build --print-build-logs --show-trace --keep-outputs --keep-failed .#checks.x86_64-linux.${{ matrix.check }}
echo "resultPath=$(nix eval .#checks.x86_64-linux.vm_grocy_basic --raw)" >> $GITHUB_ENV
echo "resultPath=$(nix eval .#checks.x86_64-linux.${{ matrix.check }} --raw)" >> $GITHUB_ENV
- name: Upload Build Result
uses: actions/upload-artifact@v4
if: always()