Skip to content

Commit

Permalink
Update publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
NostraThomas99 authored Nov 23, 2024
1 parent 9db7f6f commit 7234b3d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
Invoke-WebRequest -Uri https://goatcorp.github.io/dalamud-distrib/latest.zip -OutFile latest.zip
Expand-Archive -Force latest.zip -DestinationPath "$env:AppData\XIVLauncher\addon\Hooks\dev"
- name: Restore Nuget Packages
- name: Restore Nuget Packages for Rotations
run: dotnet restore BasicRotations/RebornRotations.csproj
- name: Restore Nuget Packages for RSR
run: dotnet restore RotationSolver/RotationSolver.csproj

- name: Build Rotations
Expand Down

0 comments on commit 7234b3d

Please sign in to comment.