Update pipeline

This commit is contained in:
2020-02-01 14:23:16 -05:00
parent 5f2306c72a
commit 42259a89ed
2 changed files with 6 additions and 16 deletions

View File

@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
platform: [linux, windows, mac]
platform: [linux, windows, osx]
steps:
- name: Checkout
uses: actions/checkout@v1
@@ -36,7 +36,7 @@ jobs:
uses: josephbmanley/butler-publish-itchio-action@v1.0.0
env:
BUTLER_CREDENTIALS: ${{ secrets.BUTLER_CREDENTIALS }}
VERSION: develop
VERSION: ${{ steps.semver.outputs.VERSION }}
ITCH_USER: joebmanley
ITCH_GAME: glitchinthesystem
CHANNEL: ${{ matrix.platform }}