Skip to content

Commit

Permalink
im not gonna try anymore if this fails
Browse files Browse the repository at this point in the history
  • Loading branch information
bitfl0wer committed May 15, 2024
1 parent 4c5e2b7 commit 4d8ad6d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/cross-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*"

0 comments on commit 4d8ad6d

Please sign in to comment.