From 14f6641245a2bab173b72f14b391cc9a6dda761e Mon Sep 17 00:00:00 2001 From: Hannes Kuchelmeister <13hannes11@users.noreply.github.com> Date: Sat, 6 Jul 2024 02:00:51 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fc74eb8..072548a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,8 +43,9 @@ jobs: run: ./build-aux/dist-vendor.sh dist . && tar czf vendor.tar.gz dist - uses: actions/upload-artifact@v4 with: - name: vendor - path: vendor.tar.gz + path: | + *.tar.gz + *.flatpak - name: ls run: ls publish-prerelease: @@ -53,14 +54,6 @@ jobs: if: startsWith(github.ref_name, 'main') && github.ref_type == 'branch' steps: - uses: actions/download-artifact@v4 - with: - path: vendor - merge-multiple: true - - uses: actions/download-artifact@v4 - with: - path: flatpak - pattern: toolboxtuner* - merge-multiple: true - name: Show files run: ls -R - uses: "dciborow/action-github-releases@v1.0.1"