diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 887ca30..d0fcbdc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,11 +40,11 @@ jobs: run-tests: true cache-key: flatpak-builder-${{ github.sha }} - name: Vendor dependencies - run: ./build-aux/dist-vendor.sh dist . + run: ./build-aux/dist-vendor.sh dist . && tar czf vendor.tar.gz dist - uses: actions/upload-artifact@v4 with: name: vendor - path: dist + path: vendor.tar.gz - name: ls run: ls publish-prerelease: @@ -63,5 +63,5 @@ jobs: title: 'Latest Development Build' files: | **/*.flatpak - vendor + **/*.tar.gz