Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Yobas committed Sep 8, 2024
1 parent df0fdd0 commit f0d655a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:

deploy:
name: Build
runs-on: windows-latest
#runs-on: windows-latest
runs-on: ubuntu-20.04
steps:
# - name: Setup Python
# uses: actions/setup-python@v3.1.4
Expand Down Expand Up @@ -46,9 +47,9 @@ jobs:
# rb.exe
# commit-msg: RBuilder ${{ steps.rbuilder_compiler.outputs.RBUILDER_FULL_VERSION }}
# github-token: ${{secrets.TOKEN}}
- uses: actions/checkout@v3
#- uses: actions/checkout@v3
- name: Deploy to ReSDK
run: |
gh workflow run deploy_rbuilder.yml --repo Relicta-Team/ReSDK_A3.vr
gh workflow run --repo Relicta-Team/ReSDK_A3.vr deploy_rbuilder.yml
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f0d655a

Please sign in to comment.