mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-22 11:38:29 +00:00
Merge pull request #21 from Valorith/copilot/sub-pr-17
Enhance release workflow robustness and observability
This commit is contained in:
@@ -20,7 +20,7 @@ jobs:
|
|||||||
- name: Setup ccache
|
- name: Setup ccache
|
||||||
uses: hendrikmuhs/ccache-action@v1.2
|
uses: hendrikmuhs/ccache-action@v1.2
|
||||||
with:
|
with:
|
||||||
key: ${{ runner.os }}-release-ccache
|
key: ${{ runner.os }}-release-ccache-${{ hashFiles('.github/workflows/release.yaml') }}
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
@@ -83,7 +83,10 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Successfully packaged $FILE_COUNT files"
|
echo "Successfully packaged $FILE_COUNT files"
|
||||||
ls -la eqemu-server-linux-x64.zip
|
ls -lh eqemu-server-linux-x64.zip
|
||||||
|
echo ""
|
||||||
|
echo "Package contents:"
|
||||||
|
unzip -l eqemu-server-linux-x64.zip
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
@@ -122,7 +125,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: cmake --build build --config RelWithDebInfo --target ALL_BUILD -- /m
|
run: cmake --build build --config RelWithDebInfo --target ALL_BUILD -- /m:4
|
||||||
|
|
||||||
- name: Package binaries
|
- name: Package binaries
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
|
|||||||
Reference in New Issue
Block a user