From ac9a00d29600a603904ecc913eb2c5be09aaa7f4 Mon Sep 17 00:00:00 2001 From: bitfl0wer Date: Wed, 15 May 2024 16:09:13 +0200 Subject: [PATCH] ci whackamole --- .github/workflows/cross-build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cross-build.yml b/.github/workflows/cross-build.yml index 781140f..01ce59f 100644 --- a/.github/workflows/cross-build.yml +++ b/.github/workflows/cross-build.yml @@ -107,6 +107,8 @@ jobs: - name: Download artifacts uses: actions/download-artifact@v2 + with: + path: ./artifacts - name: Create and upload a Release uses: marvinpinto/action-automatic-releases@latest @@ -116,4 +118,4 @@ jobs: prerelease: false title: "Release ${{ github.ref }}" files: | - ./* + ./artifacts/*