Fix typo in export-mac runner
This commit is contained in:
parent
989dd9e2a8
commit
c4bb797674
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -40,7 +40,7 @@ jobs:
|
|||
butler push ./build/$EXPORT_DIR_NAME $ITCHIO_USERNAME/$ITCHIO_GAME:$EXPORT_DIR_NAME
|
||||
|
||||
export-mac:
|
||||
runs-on: mac-latest
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
|
Loading…
Add table
Reference in a new issue