Skip to content

Commit

Permalink
can select runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
shichen85 committed Jun 21, 2024
1 parent 1ab50f1 commit 069a498
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/igor-action-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: For manual testing of the igor actions
on:
# push: #Uncomment this line to run the workflow on push
workflow_dispatch: #This line allows you to run the workflow manually from the GitHub Actions page
inputs:
runtime:
description: 'Target runtime'
required: false
workflow_call: #This line allows you to run the workflow from another workflow

jobs:
Expand All @@ -28,6 +32,7 @@ jobs:
target-yyp: ${{ steps.find_yyp.outputs.yyp-path }}
access-key: ${{ secrets.ACCESS_KEY }} # To generate your Access Key, check out the Access Key section of the GameMaker Manual's Building via Command Line page: https://manual.gamemaker.io/monthly/en/#t=Settings%2FBuilding_via_Command_Line.htm
cache: true
runtime-version: ${{ inputs.runtime }}
# This step uses Igor to build the GameMaker project https://github.com/bscotch/igor-build
- name: use Igor build
uses: bscotch/igor-build@v1
Expand Down

0 comments on commit 069a498

Please sign in to comment.