Upload artefacts not with builder action

This commit is contained in:
Hannes Kuchelmeister
2024-07-06 02:04:54 +02:00
committed by GitHub
parent 14f6641245
commit fcbfd92e61

View File

@@ -39,6 +39,7 @@ jobs:
manifest-path: build-aux/org.kuchelmeister.ToolboxTuner.Devel.json
run-tests: true
cache-key: flatpak-builder-${{ github.sha }}
upload-artifact: false
- name: Vendor dependencies
run: ./build-aux/dist-vendor.sh dist . && tar czf vendor.tar.gz dist
- uses: actions/upload-artifact@v4