Skip to content

Commit

Permalink
CI: fix pre-build update workflow for sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
boozook committed Sep 12, 2023
1 parent e75d5c7 commit e9aa34d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
sdk:
description: "Version of Playdate SDK"
default: latest
type: string
required: true
source:
description: "Source ref used to build bindings. Uses `github.ref`` by default."
Expand Down Expand Up @@ -92,7 +93,7 @@ jobs:
- ubuntu-latest
# - windows-latest
sdk:
- ${{ github.event.inputs.source || 'latest' }}
- ${{ github.event.inputs.sdk || 'latest' }}
features:
- v: >-
bindings-documentation
Expand All @@ -117,7 +118,7 @@ jobs:

- name: Inputs
run: |
echo "I: SDK version: ${{ github.event.inputs.source }}"
echo "I: SDK version: ${{ github.event.inputs.sdk }}"
echo "M: SDK version: ${{ matrix.sdk }}"
- name: Cache
Expand Down

0 comments on commit e9aa34d

Please sign in to comment.