Skip to content

Commit

Permalink
Fix Github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Laeng committed Jun 4, 2021
1 parent ea9e3a2 commit 9323c62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: papeloto/action-zip@v1
with:
files: SCTools\SCTool_Redesigned\bin\Release
dest: Release.zip
dest: StagonPatcher.zip

- name: Delete tag and release
uses: dev-drprasad/[email protected]
Expand All @@ -42,7 +42,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: Release.zip
file: StagonPatcher.zip
asset_name: StagonPatcher.zip
tag: dev
prerelease: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: papeloto/action-zip@v1
with:
files: SCTools\SCTool_Redesigned\bin\Release
dest: Release.zip
dest: StagonPatcher.zip

- name: Get release
id: get_release
Expand All @@ -54,6 +54,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.get_release.outputs.upload_url }}
asset_path: ./Release.zip
asset_path: ./StagonPatcher.zip
asset_name: ShatgonPatcher.zip
asset_content_type: application/zip

0 comments on commit 9323c62

Please sign in to comment.