Skip to content

Commit

Permalink
Fix release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
DogLooksGood committed Jul 8, 2023
1 parent eb48810 commit 2b0592a
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
permissions:
contents: write
steps:
- uses: actions/checkout@v3

- name: Rust Cache
uses: Swatinem/rust-cache@v2.2.0
- name: Rust Cache
uses: Swatinem/rust-cache@v2.2.0

- name: Build Transactor
run: cargo build -r -p race-transactor
- name: Build Transactor
run: cargo build -r -p race-transactor

- name: Build CLI
run: cargo build -r -p race-cli
- name: Build CLI
run: cargo build -r -p race-cli

- name: Release
uses: ncipollo/release-action@v1
with:
artifacts: "target/release/race-transactor,target/release/race-cli"
- name: Release
uses: ncipollo/release-action@v1
with:
artifacts: "target/release/race-transactor,target/release/race-cli"

0 comments on commit 2b0592a

Please sign in to comment.