Update workflows

rendering
Liza 2023-02-12 22:40:43 +01:00
parent f9cbf0494a
commit 8857b93a19
2 changed files with 8 additions and 8 deletions

View File

@ -1,14 +1,9 @@
name: Build Client & Server
on:
push:
paths:
- 'Pal.Client/**'
- 'Pal.Common/**'
- 'Pal.Server/**'
- 'vendor/**'
push: {}
jobs:
build:
runs-on: ubuntu-latest
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
with:
@ -19,6 +14,11 @@ jobs:
with:
dotnet-version: 7.0
- name: Download Dalamud
run: |
Invoke-WebRequest -Uri https://goatcorp.github.io/dalamud-distrib/latest.zip -OutFile latest.zip
Expand-Archive -Force latest.zip "$env:AppData\XIVLauncher\addon\Hooks\dev\"
- name: Install dependencies
run: dotnet restore

View File

@ -1,4 +1,4 @@
name: Server
name: Create docker image for Server
on:
push:
branches: