Skip to content

Commit 951a613

Browse files
authored
[Release] v0.0.1-alpha4
1 parent 0671921 commit 951a613

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ jobs:
1414
run: |
1515
echo "TAG_NAME=$(cat CMakeLists.txt | grep -Po '(?<=MODLOADER_VERSION \")[^\"]+')" >> $GITHUB_OUTPUT
1616
id: version
17-
- name: Print version
18-
env:
19-
VERSION: ${{ steps.version.outputs.TAG_NAME }}
20-
run: echo "$VERSION"
2117
- name: Build
2218
run: mkdir build && cd build && cmake -DCMAKE_CXX_COMPILER=clang++-12 -DCMAKE_INSTALL_PREFIX=../sdk/ .. && make && make install && cd ..
2319
- name: Pack the SDK and modloader

0 commit comments

Comments
 (0)