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
|
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
|
||||||
|
|
||||||
|
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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
Loading…
Reference in New Issue
Block a user