Skip to content

Commit

Permalink
[23.0.4]; adjust for S3 upload
Browse files Browse the repository at this point in the history
  • Loading branch information
oberon-manjaro committed Dec 14, 2023
1 parent 2fb9b5c commit 98df715
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build_editions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,15 @@ jobs:
edition: ${{ matrix.edition }}
branch: ${{ matrix.branch }}
scope: ${{ matrix.scope }}
version: "23.0.1"
version: "23.0.4"
kernel: linux65
code-name: "Uranos"
build-mirror: ${{ secrets.BUILD_MIRROR }}
release-tag: ${{ needs.prepare-release.outputs.release_tag }}
office-chooser: ${{ matrix.office }}
gpg-secret-key-base64: ${{ secrets.CI_PRIV_KEY }}
gpg-passphrase: ${{ secrets.CI_GPG_PASSPHRASE }}
cdn77-host: ${{ secrets.CDN_HOST }}
cdn77-user: ${{ secrets.CDN_USER }}
cdn77-pwd: ${{ secrets.CDN_PWD }}
s3-cfg: ${{ secrets.S3_CFG }}
- name: rollback
if: ${{ failure() || cancelled() }}
run: |
Expand Down

0 comments on commit 98df715

Please sign in to comment.