Skip to content

Commit

Permalink
IcWa - Changed publish to try and fit the right directory and removed…
Browse files Browse the repository at this point in the history
… local packager
  • Loading branch information
FloryxHwa committed Jul 4, 2024
1 parent a6ba365 commit 772fe2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
- name: Build
run: dotnet build --no-restore
- name: Zip Plugin
run: Compress-Archive -Path .\build\* -DestinationPath .\build\EasyZoomReborn.zip
run: Compress-Archive -Path .\bin\* -DestinationPath .\bin\EasyZoomReborn.zip
- name: Publish Plugin
uses: softprops/action-gh-release@v2
with:
files: ./build/EasyZoomReborn.zip
files: ./bin/EasyZoomReborn.zip
token: ${{ secrets.GITHUB_TOKEN }}
10 changes: 0 additions & 10 deletions DalamudPackager.targets

This file was deleted.

0 comments on commit 772fe2e

Please sign in to comment.