Skip to content

Commit

Permalink
Merge branch 'mergeWIP2'
Browse files Browse the repository at this point in the history
  • Loading branch information
CarnifexOptimus committed Jun 5, 2024
2 parents e25259b + e8103bc commit d2d7180
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@ jobs:
Expand-Archive -Force latest.zip "$env:AppData\XIVLauncher\addon\Hooks\dev"
- name: Restore Nuget Packages
run: dotnet restore BossMod\BossMod.csproj
run: dotnet restore BossMod\BossModReborn.csproj

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

- name: Zip Plugin
run: Compress-Archive -Path .\build\* -DestinationPath .\build\BossMod.zip
run: Compress-Archive -Path .\build\* -DestinationPath .\build\BossModReborn.zip

- name: Publish Plugin
uses: softprops/action-gh-release@v2
with:
files: ./build/BossMod.zip
files: ./build/BossModReborn.zip
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d2d7180

Please sign in to comment.