Skip to content

Commit

Permalink
trying the older version of upload artifact if it works in containers
Browse files Browse the repository at this point in the history
  • Loading branch information
scottenglert committed Apr 6, 2022
1 parent ffe369a commit a05a05d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,10 @@ jobs:
- run: find ${{github.workspace}}/build -not -path '*/\.*'

- name: Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v2
with:
name: linux-${{matrix.maya}}
path: $pwd/build/cmdc.so
path: build/cmdc.so

#
# Shipping
Expand Down
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ endif()

string(REPLACE "." ";" VERSION_LIST ${MAYA_VERSION})
list(GET VERSION_LIST 0 MAYA_VERSION)
message("MAYA VERSION: ${MAYA_VERSION}")

if (MAYA_VERSION VERSION_EQUAL "2022")
set(PYBIND11_PYTHON_VERSION "3.7" CACHE STRING "")
Expand Down

0 comments on commit a05a05d

Please sign in to comment.