This commit is contained in:
2025-07-11 19:59:03 -07:00
parent f0fcf26f83
commit c83849972b

View File

@@ -66,7 +66,7 @@ runs:
with: with:
alias: minio alias: minio
target: minio/artifacts/studiowhy.keystore target: minio/artifacts/studiowhy.keystore
dest: ${{ steps.path.outputs.projectPath }}/studiowhy.keystore dest: ${{ github.workspace }}/studiowhy.keystore
accessKey: ${{ env.MINIO_ACCESS_KEY }} accessKey: ${{ env.MINIO_ACCESS_KEY }}
secretKey: ${{ env.MINIO_SECRET_KEY }} secretKey: ${{ env.MINIO_SECRET_KEY }}
url: ${{ env.MINIO_URL }} url: ${{ env.MINIO_URL }}