bug fixed.
This commit is contained in:
11
.github/workflows/build-release-cron.yaml
vendored
11
.github/workflows/build-release-cron.yaml
vendored
@@ -391,7 +391,7 @@ jobs:
|
||||
org.opencontainers.image.source=https://github.com/AirryCo/spt-server
|
||||
org.opencontainers.image.url=https://github.com/AirryCo/spt-server
|
||||
org.opencontainers.image.revision=${{ needs.build-server-linux.outputs.LINUX_COMMIT_ID_WHOLE }}
|
||||
platforms: linux.amd64,linux/arm64
|
||||
platforms: linux/amd64,linux/arm64
|
||||
- name: Build and Push For Latest
|
||||
if: ${{ !contains(needs.prepare.outputs.TARGET_TAG, 'BEM') }}
|
||||
uses: docker/build-push-action@v6
|
||||
@@ -404,7 +404,7 @@ jobs:
|
||||
org.opencontainers.image.source=https://github.com/AirryCo/spt-server
|
||||
org.opencontainers.image.url=https://github.com/AirryCo/spt-server
|
||||
org.opencontainers.image.revision=${{ needs.build-server-linux.outputs.LINUX_COMMIT_ID_WHOLE }}
|
||||
platforms: linux.amd64,linux/arm64
|
||||
platforms: linux/amd64,linux/arm64
|
||||
|
||||
assemble-and-publish:
|
||||
needs: [prepare, build-server-windows, build-server-linux, build-docker-image-multi-arch]
|
||||
@@ -441,13 +441,6 @@ jobs:
|
||||
name: ${{ needs.build-server-linux.outputs.LINUX_ARTIFACT }}
|
||||
path: linux
|
||||
|
||||
- name: List Release Contents
|
||||
run: |
|
||||
ls -R windows
|
||||
echo "========================="
|
||||
ls -R linux
|
||||
shell: bash
|
||||
|
||||
- name: Compress Releases
|
||||
id: compress-release
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user