|
|
@ -14,8 +14,8 @@ on:
|
|
|
|
release_channel:
|
|
|
|
release_channel:
|
|
|
|
description: Release channel
|
|
|
|
description: Release channel
|
|
|
|
type: string
|
|
|
|
type: string
|
|
|
|
required: false
|
|
|
|
required: true
|
|
|
|
default: beta
|
|
|
|
default: staging
|
|
|
|
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
jobs:
|
|
|
|
deploy-to-steam:
|
|
|
|
deploy-to-steam:
|
|
|
@ -34,12 +34,12 @@ jobs:
|
|
|
|
path: build/win64-cross/ccache
|
|
|
|
path: build/win64-cross/ccache
|
|
|
|
key: ccache-win64-cross-msvc-${{ github.event.inputs.commit_hash }}
|
|
|
|
key: ccache-win64-cross-msvc-${{ github.event.inputs.commit_hash }}
|
|
|
|
restore-keys: |
|
|
|
|
restore-keys: |
|
|
|
|
ccache-win64-cross-msvc-develop-${{ github.event.inputs.commit_hash }}
|
|
|
|
ccache-win64-cross-msvc-${{ github.event.inputs.commit_hash }}
|
|
|
|
ccache-win64-cross-msvc
|
|
|
|
ccache-win64-cross-msvc
|
|
|
|
- name: Restore steam SDK
|
|
|
|
- name: Restore steam SDK
|
|
|
|
uses: actions/cache@v3
|
|
|
|
uses: actions/cache@v3
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
path: depends/steam/steamworks_sdk_156.zip
|
|
|
|
path: depends/steam
|
|
|
|
key: steam-sdk-156
|
|
|
|
key: steam-sdk-156
|
|
|
|
enableCrossOsArchive: true
|
|
|
|
enableCrossOsArchive: true
|
|
|
|
- name: Cross-compile win64 artifacts
|
|
|
|
- name: Cross-compile win64 artifacts
|
|
|
|