Skip to content

release

release #11

Workflow file for this run

name: Release
on:
workflow_dispatch:
label:
types:
- created
jobs:
deploy:
runs-on: windows-2022
timeout-minutes: 20
env:
WORKFLOW_BUILD_TYPE: Release
WORKFLOW_VULKAN_DIR: D:/a/Teleport/Teleport/VULKAN_SDK
VULKAN_SDK: D:/a/Teleport/Teleport/VULKAN_SDK
VULKAN_SDK_DIR: D:/a/Teleport/Teleport/VULKAN_SDK
steps:
- name: Download artifact
id: download-artifact
uses: dawidd6/action-download-artifact@v6
with:
github_token: ${{secrets.TELEPORT_GENERIC_TOKEN}}
workflow: build_pc_client.yml
- name: Safe download workflow artifact
uses: Legit-Labs/[email protected]
with:
github_token: ${{secrets.TELEPORT_RELEASES_TOKEN}}
workflow: build_pc_client
branch: main
check_artifacts: true
search_artifacts: true
if_no_artifact_found: ignore
- name: Download a Build Artifact
uses: actions/[email protected]
with:
github-token: ${{secrets.TELEPORT_GENERIC_TOKEN}}
# Name of the artifact to download. If unspecified, all artifacts for the run are downloaded.
name: installer
# Destination path. Supports basic tilde expansion. Defaults to $GITHUB_WORKSPACE
path: installer