Try correcting artifact path
This commit is contained in:
parent
ef33e11a62
commit
971fd5aaed
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
|
@ -63,7 +63,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: ${{ steps.tagName.outputs.tag }}
|
name: ${{ steps.tagName.outputs.tag }}
|
||||||
files: |
|
files: |
|
||||||
oxipng-${{ steps.tagName.outputs.tag }}-x86_64-pc-windows-msvc.zip
|
oxipng/oxipng-${{ steps.tagName.outputs.tag }}-x86_64-pc-windows-msvc.zip
|
||||||
oxipng-${{ steps.tagName.outputs.tag }}-i686-pc-windows-msvc.zip
|
oxipng/oxipng-${{ steps.tagName.outputs.tag }}-i686-pc-windows-msvc.zip
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue