Update workflows
This commit is contained in:
parent
f9cbf0494a
commit
8857b93a19
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
@ -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
|
||||
|
||||
|
2
.github/workflows/server.yml
vendored
2
.github/workflows/server.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Server
|
||||
name: Create docker image for Server
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
Loading…
Reference in New Issue
Block a user