Skip to content

Commit

Permalink
[deploy] Add re-dev-executable variable
Browse files Browse the repository at this point in the history
  • Loading branch information
osdeverr committed Apr 3, 2024
1 parent 13ee68e commit 49426d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
python-version: '3.10'

- name: Run the bootstrap script
run: re do deploy --configuration release --arch ${{ matrix.arch }} --re-dev-deploy-path ${{ runner.temp }}/re-latest-build --vcpkg-root-path ${{ runner.temp }}/vcpkg
run: re do deploy --configuration release --arch ${{ matrix.arch }} --re-dev-deploy-path ${{ runner.temp }}/re-latest-build --re-dev-executable re --vcpkg-root-path ${{ runner.temp }}/vcpkg
#env:
# RE_GITHUB_FORCE_SSH: 1

Expand Down
2 changes: 1 addition & 1 deletion tool/re.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ platform.windows:
on: deploy
from: ${build-artifact}
to-file:
- ${re-dev-deploy-path}/re-dev.exe
- ${re-dev-deploy-path}/${re-dev-executable | re-dev}.exe

tasks:
attach-tool-main-manifest:
Expand Down

0 comments on commit 49426d8

Please sign in to comment.