Skip to content

Commit

Permalink
Merge pull request #74 from bmwcarit/fix-jobs-for-new-release
Browse files Browse the repository at this point in the history
Fix actions for ramses .128 release
  • Loading branch information
violinyanev committed Dec 15, 2022
2 parents a42c7cf + 7cf229c commit 0a8160d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
sudo apt-get install libgles2-mesa-dev libx11-dev
cmake $GITHUB_WORKSPACE \
-DCMAKE_BUILD_TYPE=$BUILD_TYPE \
-Dramses_CPACK_GENERATOR=DEB \
-Dramses-sdk_BUILD_TESTS=OFF \
-Dramses-sdk_BUILD_EXAMPLES=OFF \
-Dramses-sdk_BUILD_SMOKE_TESTS=OFF \
Expand Down Expand Up @@ -72,13 +71,13 @@ jobs:
with:
fail_on_unmatched_files: true
files: |
${{runner.workspace}}/build/ramses-sdk*.zip
${{runner.workspace}}/build/ramses-sdk*.tar.gz
if: ${{ matrix.os == 'windows-2019' }}

- name: Publish release
uses: softprops/[email protected]
with:
fail_on_unmatched_files: true
files: |
${{runner.workspace}}/build/ramses-sdk*.deb
${{runner.workspace}}/build/ramses-sdk*.tar.gz
if: ${{ matrix.os == 'ubuntu-20.04' }}
2 changes: 1 addition & 1 deletion .github/workflows/update_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
cmake --build . --target doc
- name: Deploy to github pages
uses: JamesIves/github-pages-deploy-action@4.4.1
uses: JamesIves/github-pages-deploy-action@v4.4.1
with:
branch: gh-pages
folder: ${{runner.workspace}}/build/doc/html

0 comments on commit 0a8160d

Please sign in to comment.