Skip to content

Commit

Permalink
Show generated version
Browse files Browse the repository at this point in the history
  • Loading branch information
doosuu committed Sep 14, 2023
1 parent 22d52cc commit 817f302
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sdk-build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
run: |
pip install conan==1.60.2
conan export .
cat ./version.txt
- name: "Build image"
id: image_build
Expand All @@ -70,3 +71,4 @@ jobs:
platforms: linux/amd64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
context: .
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,6 @@ conan_imports_manifest.txt

# conan home
.conan_home

# auto-generated SDK version
version.txt

0 comments on commit 817f302

Please sign in to comment.