Update .gitea/workflows/build.yml
All checks were successful
Build / build (push) Successful in 1m18s

This commit is contained in:
Jacob Schmidt 2025-07-04 15:45:31 -05:00
parent 5791fbec58
commit a8fe7b0e49

View File

@ -36,6 +36,7 @@ jobs:
ls -la artifacts/native || echo "No native artifacts found" ls -la artifacts/native || echo "No native artifacts found"
- name: Upload artifacts - name: Upload artifacts
if: ${{ !env.ACT }}
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: firefly-artifacts name: firefly-artifacts