Skip to content

Commit

Permalink
Update build_pc_client.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rvkennedy authored Aug 13, 2024
1 parent f0b6d86 commit 47d271a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build_pc_client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- name: Log
shell: cmd
run: |
git log -1 --pretty=%B>>release_notes.md
echo|set /p=TELEPORT_COMMIT=>teleport_commit.properties
git rev-parse --short HEAD>>teleport_commit.properties
echo GITHUB_ENV $GITHUB_ENV
Expand Down Expand Up @@ -91,12 +92,17 @@ jobs:
run: ctest -C ${{env.WORKFLOW_BUILD_TYPE}}
- name: Installer
run: |
mkdir artifacts
cd build_pc_client
CPack -C CPackConfig.cmake
cd ${{github.workspace}}
copy build_pc_client/TeleportClientInstaller-${{env.TELEPORT_COMMIT}}-x64.exe artifacts/
copy teleport_commit.properties artifacts/
copy release_notes.md artifacts/
- uses: actions/[email protected]
with:
name: installer
path: ${{github.workspace}}/build_pc_client/TeleportClientInstaller-${{env.TELEPORT_COMMIT}}-x64.exe
path: artifacts/*.*
github-token: ${{secrets.TELEPORT_RELEASES_TOKEN}}
- name: Setup tmate session
if: failure()
Expand Down

0 comments on commit 47d271a

Please sign in to comment.