Skip to content

Commit

Permalink
fix ci path
Browse files Browse the repository at this point in the history
  • Loading branch information
arition committed Dec 11, 2023
1 parent 20afc4a commit be378f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
uses: actions/[email protected]
with:
name: SubRenamer
path: ./SubRenamer/bin/Release/net6.0-windows/publish
path: ./SubRenamer/bin/Release/net8.0-windows/publish
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ jobs:
- name: Zip Build Artifact
uses: vimtor/action-zip@v1
with:
files: ./SubRenamer/bin/Release/net6.0-windows/win-x64/publish
files: ./SubRenamer/bin/Release/net8.0-windows/win-x64/publish
dest: SubRenamer-win-x64.zip

- name: Zip Build Artifact
uses: vimtor/action-zip@v1
with:
files: ./SubRenamer/bin/Release/net6.0-windows/win-arm64/publish
files: ./SubRenamer/bin/Release/net8.0-windows/win-arm64/publish
dest: SubRenamer-win-arm64.zip

- name: Release
Expand Down

0 comments on commit be378f7

Please sign in to comment.