Fix
This commit is contained in:
@@ -66,7 +66,7 @@ runs:
|
||||
with:
|
||||
alias: minio
|
||||
target: minio/artifacts/studiowhy.keystore
|
||||
dest: ${{ steps.path.outputs.projectPath }}/studiowhy.keystore
|
||||
dest: ${{ github.workspace }}/studiowhy.keystore
|
||||
accessKey: ${{ env.MINIO_ACCESS_KEY }}
|
||||
secretKey: ${{ env.MINIO_SECRET_KEY }}
|
||||
url: ${{ env.MINIO_URL }}
|
||||
|
||||
Reference in New Issue
Block a user