Skip to content

Commit

Permalink
IcWa - Another publish.yaml update
Browse files Browse the repository at this point in the history
  • Loading branch information
FloryxHwa committed Jul 4, 2024
1 parent fe3b58a commit b406071
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
run: dotnet restore
- name: Build
run: dotnet build --no-restore -c Release -p:AssemblyVersion=${{ env.tag }} -p:FileVersion=${{ env.tag }} -p:PackageVersion=${{ env.tag }} -p:InformationalVersion=${{ env.tag }}
- name: Zip Plugin
run: Compress-Archive -Path .\bin\Release\net8.0-windows\* -DestinationPath .\bin\EasyZoomReborn.zip
- name: Publish Plugin
uses: softprops/action-gh-release@v2
with:
Expand Down

0 comments on commit b406071

Please sign in to comment.