add dalamud

This commit is contained in:
defnotken
2025-08-26 13:29:23 -05:00
parent 77f667ccfd
commit 71e80f5c48

View File

@@ -5,6 +5,7 @@ on:
branches: [ master ] branches: [ master ]
env: env:
PLUGIN_NAME: LightlessSync
DOTNET_VERSION: 9.x DOTNET_VERSION: 9.x
SOLUTION_PATH: LightlessSync.sln SOLUTION_PATH: LightlessSync.sln
@@ -24,8 +25,10 @@ jobs:
with: with:
dotnet-version: 9.x dotnet-version: 9.x
- name: Echo .NET Version - name: Download Dalamud
run: dotnet --version run: |
Invoke-WebRequest -Uri https://goatcorp.github.io/dalamud-distrib/stg/latest.zip -OutFile latest.zip
Expand-Archive -Force latest.zip "$env:AppData\XIVLauncher\addon\Hooks\dev"
- name: Install dependencies - name: Install dependencies
run: dotnet restore run: dotnet restore