Skip to content

Commit

Permalink
Use upload-artifact 2.2.4 to work around actions/upload-artifact#281
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharee committed Dec 10, 2021
1 parent 049d1d8 commit 5617320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-gradle.yml
Expand Up @@ -45,7 +45,7 @@ jobs:
files: desktop\build\compose\binaries\main\app\
- name: Upload Windows Executable
if: ${{ always() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v2.2.4
with:
name: Bifrost
path: ${{ github.workspace }}\desktop\build\compose\binaries\main\app\Bifrost\
Expand Down

0 comments on commit 5617320

Please sign in to comment.