Skip to content

Commit

Permalink
Push Update 30/04/2022, 08:54:28
Browse files Browse the repository at this point in the history
  • Loading branch information
krzem5 committed Apr 30, 2022
1 parent f495895 commit 6383285
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:
- name: Store assets
uses: actions/upload-artifact@v3
with:
name: release-win
name: release-windows
path: windows.zip
retention-days: 1
windows-test:
Expand All @@ -224,7 +224,7 @@ jobs:
- name: Download release build
uses: actions/download-artifact@v3
with:
name: release-win
name: release-windows
path: build
- name: Unpack release
run: |
Expand Down

0 comments on commit 6383285

Please sign in to comment.