Skip to content

Commit

Permalink
Update prod-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kazami139 authored and GitHub Enterprise committed Feb 21, 2023
1 parent 1524507 commit 68e75ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prod-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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" "dev-${{ 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
Expand Down

0 comments on commit 68e75ea

Please sign in to comment.