Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kaniol-lck committed Jun 11, 2024
1 parent 7eeb45b commit a08ca03
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ jobs:
echo "RELEASE_TEXT<<EOF" >> $GITHUB_ENV
echo "${RELEASE_TEXT}" >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV
echo $PKG_CONFIG_PATH
export PKG_CONFIG_PATH='/usr/lib/x86_64-linux-gnu/pkgconfig/'
- name: Modify version number
if: ${{ !startsWith(github.event.ref, 'refs/tags/') }}
shell: bash
Expand Down Expand Up @@ -157,6 +159,8 @@ jobs:
run: |
export RAW_VERSION=$(grep -o '".*"' src/version.h | sed 's/"//g')
export VERSION=$RAW_VERSION-build.$GITHUB_RUN_NUMBER
echo $PKG_CONFIG_PATH
export PKG_CONFIG_PATH='C:/msys64/mingw64/lib/pkgconfig'
echo "RAW_VERSION=${RAW_VERSION}" >> $GITHUB_ENV
echo "VERSION=${VERSION}" >> $GITHUB_ENV
- name: Modify version number
Expand Down

0 comments on commit a08ca03

Please sign in to comment.