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 8dc842b commit 53d5374
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Restore dependencies
run: dotnet restore EasyZoomReborn.sln

- name: Build Plugin
run: dotnet build --no-restore -c Release EasyZoomReborn.csproj -p:AssemblyVersion=${{ env.tag }} -p:FileVersion=${{ env.tag }} -p:InformationalVersion=${{ env.tag }} --output .\build

run: dotnet build --no-restore -c Release EasyZoomReborn.sln -p:AssemblyVersion=${{ env.tag }} -p:FileVersion=${{ env.tag }} -p:InformationalVersion=${{ env.tag }} --output .\build
- name: Zip Plugin
run: Compress-Archive -Path .\build\* -DestinationPath .\build\EasyZoomReborn.zip

Expand Down

0 comments on commit 53d5374

Please sign in to comment.