Skip to content

Commit

Permalink
Fixed sub-folders being used for some artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikramer committed Jan 25, 2022
1 parent d72cd69 commit f742289
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ jobs:
name: windows-artifacts
path: |
kse/build/launcher/kse.exe
- name: Store artifacts for release
uses: actions/upload-artifact@v2
with:
# use second step with same artifact name in order to avoid sub-folders
name: windows-artifacts
path: |
kse/build/distributions/kse-*.zip
kse/build/distributions/kse-*-setup-no-jre.exe
Expand Down

0 comments on commit f742289

Please sign in to comment.