diff --git a/.github/workflows/prod-build.yml b/.github/workflows/prod-build.yml index bd02660..2a7fbec 100644 --- a/.github/workflows/prod-build.yml +++ b/.github/workflows/prod-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" "dev-${{ 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