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

Commit edbd63d

Browse files
committed
Modify Github Actions workflow to build release 0.2.0.
1 parent 432276d commit edbd63d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/Build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
lsb_release -a
1919
mkdir shasta-build
2020
cd shasta-build
21-
cmake .. -DBUILD_NATIVE=OFF -DBUILD_ID="Shasta unreleased test build newer than release 0.1.0."
21+
cmake .. -DBUILD_NATIVE=OFF -DBUILD_ID="Shasta Release 0.2.0"
2222
make -j 2 all
2323
make install/strip
2424
mv shasta-install shasta-Ubuntu-18.04
@@ -47,7 +47,7 @@ jobs:
4747
lsb_release -a
4848
mkdir shasta-build
4949
cd shasta-build
50-
cmake .. -DBUILD_NATIVE=OFF -DBUILD_ID="Shasta unreleased test build newer than release 0.1.0."
50+
cmake .. -DBUILD_NATIVE=OFF -DBUILD_ID="Shasta Release 0.2.0"
5151
make -j 2 all
5252
make install/strip
5353
mv shasta-install shasta-Ubuntu-16.04
@@ -71,7 +71,7 @@ jobs:
7171
run: |
7272
mkdir shasta-build
7373
cd shasta-build
74-
cmake .. -DBUILD_NATIVE=OFF -DBUILD_ID="Shasta unreleased test build newer than release 0.1.0."
74+
cmake .. -DBUILD_NATIVE=OFF -DBUILD_ID="Shasta Release 0.2.0"
7575
make VERBOSE=1 -j 2 all
7676
make install/strip
7777
- uses: actions/upload-artifact@master

0 commit comments

Comments
 (0)