Skip to content

Commit

Permalink
Upload sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn authored Apr 22, 2024
1 parent a84b3f6 commit ddf38bb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,19 @@ jobs:
-D VCPKG_INSTALL_OPTIONS="--x-buildtrees-root=C:/src" \
${EXTRA_CMAKE_ARGS}
- name: 📦 Create SDK
# if: github.event_name == 'workflow_dispatch' || github.event_name == 'release'
run: |
${CMAKE_BUILD_DIR}/_deps/vcpkg-src/vcpkg.exe export --zip --output-dir=./sdk --x-install-root=${CMAKE_BUILD_DIR}/vcpkg_installed
- name: 📤 Upload sdk
# if: github.event_name == 'workflow_dispatch' || github.event_name == 'release'
uses: actions/upload-artifact@v4
with:
name: qfield-sdk-x64-windows
path: |
sdk/vcpkg-export-*.zip
- name: 📑 Upload dep build logs
uses: actions/upload-artifact@v4
if: failure()
Expand Down

0 comments on commit ddf38bb

Please sign in to comment.