forked from Eauldane/SnowcloakClient
NOW fix build issues???
This commit is contained in:
@@ -2,29 +2,25 @@ name: .NET Build
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ['*']
|
branches: '*'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: ['*']
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
container:
|
|
||||||
image: gitea_runner_dotnet_node:latest
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
- name: Restore .NET dependencies
|
- name: Restore .NET dependencies
|
||||||
run: dotnet restore
|
run: dotnet restore
|
||||||
|
|
||||||
- name: Download Dalamud
|
- name: Download Dalamud
|
||||||
run: |
|
run: |
|
||||||
mkdir -p "$HOME/.local/share/XIVLauncher/addon/Hooks/dev"
|
mkdir -p $HOME/.xlcore/dalamud/Hooks/dev/
|
||||||
wget https://goatcorp.github.io/dalamud-distrib/stg/latest.zip -O latest.zip
|
curl -L https://goatcorp.github.io/dalamud-distrib/stg/latest.zip -o latest.zip
|
||||||
unzip -o latest.zip -d "$HOME/.local/share/XIVLauncher/addon/Hooks/dev/"
|
unzip -o latest.zip -d $HOME/.xlcore/dalamud/Hooks/dev/
|
||||||
|
|
||||||
- name: Build project
|
- name: Build project
|
||||||
run: dotnet build --no-restore --configuration Release --nologo
|
run: dotnet build --no-restore --configuration Release --nologo
|
||||||
|
Reference in New Issue
Block a user