Skip to content

Commit

Permalink
Merge branch 'main' of github.com:idleberg/setup-playdate-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Jun 10, 2023
2 parents f501c39 + f27efcf commit b39a6b4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@
Configure a step that adds the `idleberg/setup-playdate-sdk` action to your workflow. Optionally, you can pass arguments to the action.

```yaml
- uses: idleberg/setup-playdate-sdk@v2.1.0
- uses: idleberg/setup-playdate-sdk@v3.0.0
with:
sdk_version: '1.11.1' # this can usually be omitted in favour of latest version
```
:bulb: **Note:** For security reasons it's recommended to use the commit hash of the [release](https://github.com/idleberg/setup-playdate-sdk/releases) as version identifier
One use case for this action is to build your game with the Playdate SDK and attach it to a GitHub release.
<details>
Expand All @@ -42,7 +44,7 @@ jobs:
uses: actions/checkout@v2

- name: Install SDK
uses: idleberg/setup-playdate-sdk@v2.0.0
uses: idleberg/setup-playdate-sdk@v3.0.0

- name: Build Project
run: |
Expand Down

0 comments on commit b39a6b4

Please sign in to comment.