Skip to content

Commit

Permalink
Fix docs release (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrauer-hatci authored Mar 4, 2024
1 parent d0396a8 commit 6310853
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ jobs:
- name: Build
# Build your program with the given configuration
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}

- name: Upload Release Binary
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run:
gh release upload ${{ github.event.release.tag_name }} ${{github.workspace}}/build/cpp-cmake-devops
gh release upload ${{ github.event.release.tag_name }} ${{github.workspace}}/build/demo

# Generate documentation
- name: Generate Docs
Expand All @@ -61,4 +61,4 @@ jobs:

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4

0 comments on commit 6310853

Please sign in to comment.