Skip to content

Commit

Permalink
Update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
howardwu committed Feb 12, 2022
1 parent 9724521 commit ab0f703
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Build snarkOS
run: |
cargo build --all --release --features noconfig && strip target/release/snarkos
cargo build --all --release && strip target/release/snarkos
- id: get_version
uses: battila7/get-version-action@v2
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:

- name: Build snarkOS
run: |
cargo build --all --release --features noconfig && strip target/release/snarkos
cargo build --all --release && strip target/release/snarkos
- id: get_version
uses: battila7/get-version-action@v2
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:

- name: Build snarkOS
run: |
cargo build --all --release --features noconfig
cargo build --all --release
- id: get_version
uses: battila7/get-version-action@v2
Expand Down

0 comments on commit ab0f703

Please sign in to comment.