Skip to content

Commit

Permalink
Bump version and play with github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
loriopatrick committed Aug 26, 2023
1 parent 8759344 commit ee95499
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/manual-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ on: workflow_dispatch

jobs:
build:
runs-on: ubuntu-latest
environment: production
strategy:
fail-fast: false
matrix:
platform: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
Expand Down
2 changes: 1 addition & 1 deletion 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 packages/agent_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "playit-cli"
version = "1.0.0-rc3"
version = "1.0.0-rc4"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit ee95499

Please sign in to comment.