Update workflows

This commit is contained in:
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 name: Build Client & Server
on: on:
push: push: {}
paths:
- 'Pal.Client/**'
- 'Pal.Common/**'
- 'Pal.Server/**'
- 'vendor/**'
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: windows-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
@ -19,6 +14,11 @@ jobs:
with: with:
dotnet-version: 7.0 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 - name: Install dependencies
run: dotnet restore run: dotnet restore

View File

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