Skip to content

Commit

Permalink
chore: revert rename for ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
kazami139 committed Feb 21, 2023
1 parent 903579d commit 9705286
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ updates:
timezone: "Asia/Shanghai"
open-pull-requests-limit: 20
reviewers:
- "eoeFans/MObile-dev"
- "EOEFANS/Mobile-dev"
6 changes: 3 additions & 3 deletions .github/workflows/pre-build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is a basic workflow to help you get started with Actions

name: eoeFans PRE-BUILD App CI
name: EOEFANS PRE-BUILD App CI

# Controls when the workflow will run
on:
Expand Down Expand Up @@ -98,13 +98,13 @@ jobs:
# if: startsWith(github.ref, 'refs/tags/')
# run: |
# mkdir upload-ready-prod
# mv build/app/outputs/apk/release/app-release.apk upload-ready-prod/eoeFans-${{ env.IMAGE_TAG }}.apk
# mv build/app/outputs/apk/release/app-release.apk upload-ready-prod/EOEFANS-${{ env.IMAGE_TAG }}.apk

# - name: Publish release
# uses: softprops/action-gh-release@v1
# if: startsWith(github.ref, 'refs/tags/')
# with:
# files: upload-ready-prod/eoeFans-${{ env.IMAGE_TAG }}.apk
# files: upload-ready-prod/EOEFANS-${{ env.IMAGE_TAG }}.apk

# - name: upload to azure file for prod environment
# if: startsWith(github.ref, 'refs/tags/')
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/prod-build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is a basic workflow to help you get started with Actions

name: eoeFans PROD-BUILD App CI
name: EOEFNAS PROD-BUILD App CI

# Controls when the workflow will run
on:
Expand Down Expand Up @@ -98,13 +98,13 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
run: |
mkdir upload-ready-prod
mv build/app/outputs/apk/release/app-release.apk upload-ready-prod/eoeFans-${{ env.IMAGE_TAG }}.apk
mv build/app/outputs/apk/release/app-release.apk upload-ready-prod/EOEFANS-${{ env.IMAGE_TAG }}.apk
- name: Publish release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: upload-ready-prod/eoeFans-${{ env.IMAGE_TAG }}.apk
files: upload-ready-prod/EOEFANS-${{ env.IMAGE_TAG }}.apk

- name: upload to azure file for prod environment
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 9705286

Please sign in to comment.