Skip to content

Commit

Permalink
Copy steam redist files to the root of dist folder instead of a subfo…
Browse files Browse the repository at this point in the history
…lder
  • Loading branch information
Skippeh committed Jan 13, 2022
1 parent 7ef881a commit 3285a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release-jkmp.core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
mv ./dist/Semver.dll ./dist/JKMP/Dependencies/
- name: Copy steam redistributables
run: |
cp -R ./Redist/Steam/ ./dist/
cp ./Redist/Steam/* ./dist/
- name: Download JKMP.Core.Loader.NetFramework
uses: robinraju/release-downloader@v1.3
with:
Expand Down

0 comments on commit 3285a3c

Please sign in to comment.