Skip to content

Commit

Permalink
more ?
Browse files Browse the repository at this point in the history
  • Loading branch information
JBenda committed Dec 18, 2023
1 parent 4f14779 commit 9fa728f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,16 +125,16 @@ jobs:
name: ${{ matrix.artifact }}-unreal
path: build/comp_unreal/

- name: Install PythonLib
working-directory: ${{github.workspace}}/build
shell: bash
run: cmake --install . --config $BUILD_TYPE --prefix comp_py --component unreal
# - name: Install PythonLib
# working-directory: ${{github.workspace}}/build
# shell: bash
# run: cmake --install . --config $BUILD_TYPE --prefix comp_py --component py

- name: Upload Binary Artifact
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.artifact }}-py
path: build/comp_py/
# - name: Upload Binary Artifact
# uses: actions/upload-artifact@v3
# with:
# name: ${{ matrix.artifact }}-py
# path: build/comp_py/

# Make sure Inkproof has everything it needs to run our executable
- name: Setup Ink Proof
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- name: Download artifacts
uses: marcofaggian/action-download-multiple-artifacts@v3.0.8
with:
names: linux-cl linux-lib linux-unreal macos-cl macos-lib macos-unreal win64-cl win64-lib win64-unreal python-package-distribution
paths: linux-cl linux-lib linux-unreal macos-cl macos-lib macos-unreal win64-cl win64-lib win64-unreal dist/
names: linux-cl linux-lib linux-unreal macos-cl macos-lib macos-unreal win64-cl win64-lib win64-unreal python-package-distribution
paths: linux-cl linux-lib linux-unreal macos-cl macos-lib macos-unreal win64-cl win64-lib win64-unreal dist
workflow: build.yml
branch: master
- name: Zip
Expand Down

0 comments on commit 9fa728f

Please sign in to comment.