More dumps
All checks were successful
Tag and Release Lightless / tag-and-release (push) Successful in 2m29s
All checks were successful
Tag and Release Lightless / tag-and-release (push) Successful in 2m29s
This commit is contained in:
@@ -9,6 +9,7 @@ env:
|
|||||||
DOTNET_VERSION: |
|
DOTNET_VERSION: |
|
||||||
10.x.x
|
10.x.x
|
||||||
9.x.x
|
9.x.x
|
||||||
|
DOTNET_CLI_TELEMETRY_OPTOUT: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
tag-and-release:
|
tag-and-release:
|
||||||
@@ -36,6 +37,10 @@ jobs:
|
|||||||
curl -O https://goatcorp.github.io/dalamud-distrib/stg/latest.zip
|
curl -O https://goatcorp.github.io/dalamud-distrib/stg/latest.zip
|
||||||
unzip latest.zip -d ~/.xlcore/dalamud/Hooks/dev
|
unzip latest.zip -d ~/.xlcore/dalamud/Hooks/dev
|
||||||
|
|
||||||
|
- name: Dump project folder content pre-build
|
||||||
|
run: |
|
||||||
|
ls -alR /workspace/Lightless-Sync/LightlessClient/LightlessSync
|
||||||
|
|
||||||
- name: Lets Build Lightless!
|
- name: Lets Build Lightless!
|
||||||
run: |
|
run: |
|
||||||
dotnet publish --configuration Release
|
dotnet publish --configuration Release
|
||||||
@@ -50,6 +55,10 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo "Version: ${{ steps.package_version.outputs.version }}"
|
echo "Version: ${{ steps.package_version.outputs.version }}"
|
||||||
|
|
||||||
|
- name: Dump release folder content
|
||||||
|
run: |
|
||||||
|
ls -alR /workspace/Lightless-Sync/LightlessClient/LightlessSync/bin/x64/Release/
|
||||||
|
|
||||||
- name: Prepare Lightless Client
|
- name: Prepare Lightless Client
|
||||||
run: |
|
run: |
|
||||||
mkdir /output
|
mkdir /output
|
||||||
|
|||||||
Reference in New Issue
Block a user