Fix windows workflow artifact path

This commit is contained in:
Jeff Harris 2021-04-14 10:13:16 +12:00
parent 5f8f20cda3
commit 707d1ee0b5
1 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ jobs:
uses: actions/upload-artifact@v1
with:
name: artifacts
path: build/windows-${{ matrix.platform }}.zip
path: windows-${{ matrix.platform }}.zip
create-release:
@ -101,7 +101,7 @@ jobs:
with:
draft: false
prerelease: true
release_name: Dethrace ${{ steps.get_version.outputs.VERSION }}
release_name: ${{ steps.get_version.outputs.VERSION }}
tag_name: ${{ github.ref }}
env:
GITHUB_TOKEN: ${{ github.token }}