From b12e0bfe5b7273573770bef64768050631d6ccc1 Mon Sep 17 00:00:00 2001 From: wlodekm Date: Fri, 15 Nov 2024 11:19:14 +0200 Subject: testingashadas --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8147315..c55c6d1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -50,12 +50,12 @@ jobs: name: compressed-files # This is the same name you used in the upload-artifact step - name: List contents of downloaded artifacts (debugging step) - run: ls -R meower-cl # List contents of the downloaded artifact folder + run: ls -R /home/runner/work/meower-cl/ # List contents of the downloaded artifact folder - name: Create GitHub Release uses: softprops/action-gh-release@v1 with: - files: meower-cl/* # Now use the downloaded artifacts + files: /home/runner/work/meower-cl/meower-cl/* # Now use the downloaded artifacts tag_name: ${{ github.ref }} name: Release ${{ github.ref }} # Use name instead of release_name body: "Automated release for version ${{ github.ref }}" -- cgit 1.4.1-2-gfad0