summary refs log tree commit diff
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
authorwlodekm <[email protected]>2024-11-15 10:33:16 +0200
committerwlodekm <[email protected]>2024-11-15 10:33:16 +0200
commit5817c045017166c6e6c08e5d0034fd081e56d286 (patch)
tree4130fcf720ff1a4b07ef2d146235a40d6d5082f7 /.github/workflows/main.yml
parent704307292f311a9f9037688e64f6bec2ad3ef8ac (diff)
do stuff idk
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r--.github/workflows/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index b7295c1..8147315 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 compressed-files  # List contents of the downloaded artifact folder
+      run: ls -R meower-cl  # List contents of the downloaded artifact folder
 
     - name: Create GitHub Release
       uses: softprops/action-gh-release@v1
       with:
-        files: compressed-files/*  # Now use the downloaded artifacts
+        files: 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 }}"