Skip to content

Commit

Permalink
Updated patcher fileName
Browse files Browse the repository at this point in the history
  • Loading branch information
Skippeh committed Jan 13, 2022
1 parent 2e966d1 commit a68390b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create-release-jkmp.core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ jobs:
with:
repository: Jump-King-Multiplayer/JKMP.Patcher
latest: true
fileName: Build.zip
fileName: JKMP.Patcher.zip
token: ${{ secrets.GITHUB_TOKEN }}
out-file-path: ./temp/Patcher/
out-file-path: ./temp/
- name: Extract patcher
run: |
unzip ./temp/Patcher/Build.zip -d ./dist/
unzip ./temp/JKMP.Patcher.zip -d ./dist/
- name: Package JKMP.Core
uses: vimtor/action-zip@v1
with:
Expand Down

0 comments on commit a68390b

Please sign in to comment.