mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Publish built binary post builder, pre tests
This commit is contained in:
12
.github/workflows/build-in-docker.yml
vendored
12
.github/workflows/build-in-docker.yml
vendored
@@ -21,6 +21,18 @@ jobs:
|
||||
path: |
|
||||
release-build/xahaud
|
||||
release-build/release.info
|
||||
|
||||
publisher:
|
||||
needs: builder
|
||||
runs-on: [self-hosted, vanity]
|
||||
steps:
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: build-${{ github.run_number }}.zip
|
||||
path: |
|
||||
release-build/xahaud
|
||||
release-build/release.info
|
||||
|
||||
unittests:
|
||||
needs: builder
|
||||
runs-on: [self-hosted, vanity]
|
||||
|
||||
Reference in New Issue
Block a user