Skip to content

Commit

Permalink
fix upload-rust-binary-action bins bug
Browse files Browse the repository at this point in the history
  • Loading branch information
wangeguo committed Oct 9, 2023
1 parent b669055 commit bf025dc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- uses: taiki-e/install-action@cross
- uses: taiki-e/upload-rust-binary-action@v1
with:
bin: amp-apiserver, amp-controllers, amp-crdgen, amp-syncer
bin: amp-apiserver,amp-controllers,amp-crdgen,amp-syncer
archive: amphitheatre-$tag-$target
target: ${{ matrix.target }}
token: ${{ secrets.GITHUB_TOKEN }}
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.5.3"
version = "0.5.4"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/amphitheatre-app/amphitheatre"
Expand Down

0 comments on commit bf025dc

Please sign in to comment.