Skip to content

Commit

Permalink
Fixed more issues in the release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
tippesi committed Mar 6, 2022
1 parent eb71ee6 commit 7ac4f02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
source-dir: ${{ github.workspace }}
cc: "cl"
cxx: "cl"
configure-options: -G Ninja -DASSIMP_BUILD_TESTS=OFF -DASSIMP_BUILD_ASSIMP_TOOLS=OFF
configure-options: -G Ninja -DASSIMP_BUILD_TESTS=OFF -DASSIMP_BUILD_ASSIMP_TOOLS=OFF -DATLAS_DEMO=ON
parallel: 16
build-type: ${{ matrix.build-type }}

Expand All @@ -58,7 +58,7 @@ jobs:
with:
name: Atlas Engine Demo Windows
path: |
data/shader
data
README.md
LICENSE
${{ github.workspace }}/build/**/AtlasEngineDemo.exe
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
source-dir: ${{ github.workspace }}
cc: "gcc"
cxx: "g++"
configure-options: -G Ninja -DASSIMP_BUILD_TESTS=OFF -DASSIMP_BUILD_ASSIMP_TOOLS=OFF
configure-options: -G Ninja -DASSIMP_BUILD_TESTS=OFF -DASSIMP_BUILD_ASSIMP_TOOLS=OFF -DATLAS_DEMO=ON
parallel: 16
build-type: ${{ matrix.build-type }}

Expand All @@ -108,7 +108,7 @@ jobs:
with:
name: Atlas Engine Demo Linux
path: |
data/
data
README.md
LICENSE
${{ github.workspace }}/build/**/AtlasEngineDemo
Expand Down

0 comments on commit 7ac4f02

Please sign in to comment.