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,7 +9,8 @@ env:
|
||||
DOTNET_VERSION: |
|
||||
10.x.x
|
||||
9.x.x
|
||||
|
||||
DOTNET_CLI_TELEMETRY_OPTOUT: true
|
||||
|
||||
jobs:
|
||||
tag-and-release:
|
||||
runs-on: ubuntu-22.04
|
||||
@@ -36,6 +37,10 @@ jobs:
|
||||
curl -O https://goatcorp.github.io/dalamud-distrib/stg/latest.zip
|
||||
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!
|
||||
run: |
|
||||
dotnet publish --configuration Release
|
||||
@@ -50,6 +55,10 @@ jobs:
|
||||
run: |
|
||||
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
|
||||
run: |
|
||||
mkdir /output
|
||||
|
||||
Reference in New Issue
Block a user