Skip to content

Commit

Permalink
IcWa - Test other publish changes
Browse files Browse the repository at this point in the history
  • Loading branch information
FloryxHwa committed Jul 4, 2024
1 parent 073396b commit 3d221bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore -c Release --output .\build
run: dotnet build --no-restore
- name: Zip Plugin
run: Compress-Archive -Path .\build\* -DestinationPath .\build\EasyZoomReborn.zip
run: Compress-Archive -Path .\bin\Debug\net8.0-windows\* -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 }}

0 comments on commit 3d221bf

Please sign in to comment.