From 4d8ad6d0d09bcaf7006088c138283648176c5d26 Mon Sep 17 00:00:00 2001 From: bitfl0wer Date: Wed, 15 May 2024 17:37:51 +0200 Subject: [PATCH] im not gonna try anymore if this fails --- .github/workflows/cross-build.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cross-build.yml b/.github/workflows/cross-build.yml index e9e48a2..fe05ffe 100644 --- a/.github/workflows/cross-build.yml +++ b/.github/workflows/cross-build.yml @@ -105,8 +105,12 @@ jobs: - name: Download artifacts uses: actions/download-artifact@v4 with: - path: ./ + path: ./artifacts + + - name: Move files + run: | + mv ./artifacts/*/* ./artifacts/ - uses: ncipollo/release-action@v1 with: - artifacts: "./*" + artifacts: "./artifacts/*"