From d46175260fd3535aeec44da523c25711e81ed178 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?George=20Kazami=20=5B=E4=B9=94=E6=B2=BB=C2=B7=E9=A2=A8?= =?UTF-8?q?=E8=A6=8B=5D?= Date: Fri, 17 Feb 2023 14:15:43 +0000 Subject: [PATCH] Update pre-build.yml --- .github/workflows/pre-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-build.yml b/.github/workflows/pre-build.yml index fed2d04..80e7e1b 100644 --- a/.github/workflows/pre-build.yml +++ b/.github/workflows/pre-build.yml @@ -82,7 +82,7 @@ jobs: run: | mkdir upload-ready cp build/app/outputs/apk/release/* upload-ready - cd upload-ready && for file in *; do mv "$file" "${{ github.run_number }}-$file"; done && cd .. + cd upload-ready && for file in *; do mv "$file" "prod-${{ github.run_number }}-$file"; done && cd .. ls -la upload-ready - name: upload to azure file for dev environment uses: cahaseler/azure-fileshare-upload@v1.0.0