Skip to content

Commit

Permalink
CI: Add version suffix to linux CI build.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamievlin committed Feb 29, 2024
1 parent ec30378 commit 05c1799
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-asy-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
name: cmake-linux-x64-release-cfg-tgz
- name: Untar configuration artifact
run: tar -xzf cmake-linux-cfg-artifact.tar.gz
# Why we are defining version here and not in configuration stage is because cmake gets
# re-run here
- name: Generate version suffix
run: |
echo set(ASY_VERSION_SUFFIX \"/github-ci linux build/ref=${{ github.sha }}\") > asy-pkg-version-suffix.cmake
- run: cmake --build --preset linux/release --target asy-with-basefiles -j
- name: Archive build files
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 05c1799

Please sign in to comment.