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

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

build_64:
Expand All @@ -29,7 +29,7 @@ jobs:

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

github_release:
Expand Down

0 comments on commit 558cb60

Please sign in to comment.