Skip to content

Commit

Permalink
fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aler9 committed Aug 14, 2024
1 parent f1f86f8 commit 3dbe22e
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
path: rpicc_32
name: binaries/rpicc_32
name: rpicc_32

build_64:
runs-on: ubuntu-22.04
Expand All @@ -30,7 +30,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
path: rpicc_64
name: binaries/rpicc_64
name: rpicc_64

github_release:
needs:
Expand All @@ -41,8 +41,13 @@ jobs:
steps:
- uses: actions/download-artifact@v3
with:
name: binaries
path: binaries
name: rpicc_32
path: binaries/

- uses: actions/download-artifact@v3
with:
name: rpicc_64
path: binaries/

- uses: actions/github-script@v6
with:
Expand Down

0 comments on commit 3dbe22e

Please sign in to comment.