Skip to content

dirty hoard search logic #4

dirty hoard search logic

dirty hoard search logic #4

Workflow file for this run

name: Build Plugin
on:
push:
branches:
- 'main'
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Setup .NET
uses: actions/setup-dotnet@v3.0.3
with:
dotnet-version: '8.x.x'
- name: Restore
run: dotnet restore
- name: Download Dalamud
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: Build
run: |
dotnet build --no-restore --configuration Release --nologo
- run: |
rm -R ./HoardFarm/bin/x64/Release/HoardFarm
- name: Upload Build Artifact
uses: actions/upload-artifact@v2.2.1
with:
name: latest
path: ./HoardFarm/bin/x64/Release/