Skip to content

Commit

Permalink
Workaround upload-artifact bug
Browse files Browse the repository at this point in the history
  • Loading branch information
bakaoh committed Dec 14, 2021
1 parent f7e8193 commit 46b8dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/win.yml
Expand Up @@ -79,7 +79,7 @@ jobs:
Compress-Archive -Path ".\nunchuk-windows" -DestinationPath ".\nunchuk-windows.zip"
- name: Upload Artifact
uses: 'actions/upload-artifact@v2'
uses: 'actions/upload-artifact@v2.2.4'
with:
name: nunchuk-windows
path: ${{runner.workspace}}/windeploynunchuk/nunchuk-windows/
Expand Down

0 comments on commit 46b8dff

Please sign in to comment.