Skip to content

Commit

Permalink
Retrieved version number after configure
Browse files Browse the repository at this point in the history
  • Loading branch information
c8y3 committed Nov 24, 2023
1 parent 1fd58a4 commit 98d6907
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Retrieve version number
id: requestMakefile
run: |
echo "VERSION=$(make help_version)" >> $GITHUB_OUTPUT
- name: Install dependencies
run: sudo apt-get install doxygen graphviz gcovr valgrind sloccount
- name: Configure
Expand All @@ -19,6 +15,10 @@ jobs:
run: make rungcov valgrindu runtestc valgrindc sloccount
- name: Build & package
run: make build doc dev_doc deb
- name: Retrieve version number
id: requestMakefile
run: |
echo "VERSION=$(make help_version)" >> $GITHUB_OUTPUT
- name: Archive .deb
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 98d6907

Please sign in to comment.