Skip to content
This repository has been archived by the owner on Oct 13, 2022. It is now read-only.

Commit

Permalink
Change build id to release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paoloczi committed Sep 12, 2019
1 parent 542a689 commit cbe5e22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
lsb_release -a
mkdir shasta-build
cd shasta-build
cmake .. -DBUILD_NATIVE=OFF -DBUILD_ID="Shasta unreleased test build newer than release 0.2.0"
cmake .. -DBUILD_NATIVE=OFF -DBUILD_ID="Shasta Release 0.3.0"
make -j 2 all
make install/strip
mv shasta-install shasta-Ubuntu-18.04
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
lsb_release -a
mkdir shasta-build
cd shasta-build
cmake .. -DBUILD_NATIVE=OFF -DBUILD_ID="Shasta unreleased test build newer than release 0.2.0"
cmake .. -DBUILD_NATIVE=OFF -DBUILD_ID="Shasta Release 0.3.0"
make -j 2 all
make install/strip
mv shasta-install shasta-Ubuntu-16.04
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
run: |
mkdir shasta-build
cd shasta-build
cmake .. -DBUILD_NATIVE=OFF -DBUILD_ID="Shasta unreleased test build newer than release 0.2.0"
cmake .. -DBUILD_NATIVE=OFF -DBUILD_ID="Shasta Release 0.3.0"
make VERBOSE=1 -j 2 all
make install/strip
- uses: actions/upload-artifact@master
Expand Down

0 comments on commit cbe5e22

Please sign in to comment.