diff --git a/.forgejo/workflows/push.yaml b/.forgejo/workflows/push.yaml
index 132e662..b54425b 100644
--- a/.forgejo/workflows/push.yaml
+++ b/.forgejo/workflows/push.yaml
@@ -148,9 +148,13 @@ jobs:
       - name: Download matrix outputs
         uses: https://code.forgejo.org/forgejo/download-artifact@v4
         with:
-          pattern: "build-*/**/*.bin,build-*/**/*.sha256"
+          pattern: build-*
           merge-multiple: false
-          path: release
+          path: temp
+      - name: Copy files
+        run: |
+          mkdir -p release
+          cp -t release temp/**/*.bin temp/**/*.sha256
       - name: Create release
         uses: https://code.forgejo.org/actions/forgejo-release@v2.4.0
         with: