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 558cb60 commit f1f86f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:

- uses: actions/upload-artifact@v3
with:
name: rpicc_32
path: binaries/rpicc_32
path: rpicc_32
name: binaries/rpicc_32

build_64:
runs-on: ubuntu-22.04
Expand All @@ -29,8 +29,8 @@ jobs:

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

github_release:
needs:
Expand Down

0 comments on commit f1f86f8

Please sign in to comment.