This commit is contained in:
2025-07-11 19:26:59 -07:00
parent 3d50ae6e0c
commit f0fcf26f83

View File

@@ -67,9 +67,9 @@ runs:
alias: minio alias: minio
target: minio/artifacts/studiowhy.keystore target: minio/artifacts/studiowhy.keystore
dest: ${{ steps.path.outputs.projectPath }}/studiowhy.keystore dest: ${{ steps.path.outputs.projectPath }}/studiowhy.keystore
accessKey: ${{ secrets.MINIO_ACCESS_KEY }} accessKey: ${{ env.MINIO_ACCESS_KEY }}
secretKey: ${{ secrets.MINIO_SECRET_KEY }} secretKey: ${{ env.MINIO_SECRET_KEY }}
url: ${{ secrets.MINIO_URL }} url: ${{ env.MINIO_URL }}
- name: "Get Unity Version." - name: "Get Unity Version."
id: getVersion id: getVersion
uses: act/unity/unity-get-version@master uses: act/unity/unity-get-version@master