Update .github/workflows/build_prepare.yaml
Some checks failed
Build Windows Package / fetch (push) Failing after 10m28s
Build Windows Package / setup (push) Has been cancelled
Build Windows Package / Windows Build (push) Has been cancelled

This commit is contained in:
2025-04-25 18:34:19 +02:00
parent 22fc0e624e
commit b9dd42be51

View File

@@ -72,7 +72,7 @@ jobs:
- name: Test credential - name: Test credential
run: | run: |
echo "${S3_AK:0:4}" "${S3_SK:0:4}" echo "test ${S3_AK:0:4}" "${S3_SK:0:4}"
env: env:
S3_AK: ${{ secrets.S3_AK }} S3_AK: ${{ secrets.S3_AK }}
S3_SK: ${{ secrets.S3_SK }} S3_SK: ${{ secrets.S3_SK }}