Skip to content

Commit

Permalink
FEAT : BDBD-269 로그인 디자인 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
minseonglove committed Jun 22, 2022
1 parent 74b7ba9 commit eda6157
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bidderbidderCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Create data dir
run: mkdir ./app/src/main/kotlin/com/fakedevelopers/bidderbidder/api/data
- name: Create Constants
run: echo '${{ secrets.CONSTANTS }}' > ./app/src/main/kotlin/com/fakedevelopers/bidderbidder/api/data/Constants.kt
run: echo '${{ secrets.CONSTANTS_SANDBOX }}' > ./app/src/main/kotlin/com/fakedevelopers/bidderbidder/api/data/Constants.kt
- name: Build with Gradle
run: ./gradlew build
- name: Build Signed APK
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.date.outputs.date }}
release_name: Release-prod-${{ steps.date.outputs.date }}
release_name: Release-dev-${{ steps.date.outputs.date }}
- name: Upload Release APK
id: upload_release_asset
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit eda6157

Please sign in to comment.