Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
isuHan authored Sep 16, 2024
1 parent c8bb75f commit f35a25b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
touch $OCCUPY_SECRET_DIR/$OCCUPY_SECRET_DIR_FILE_NAME
echo "$OCCUPY_SECRET" > $OCCUPY_SECRET_DIR/$OCCUPY_SECRET_DIR_FILE_NAME
# firebase 폴더 내 json 파일 github secret에서 복사해 오기
- name: Copy firebase
env:
Expand All @@ -49,7 +48,6 @@ jobs:
run: |
mkdir -p $OCCUPY_FIREBASE_DIR
echo "$OCCUPY_FIREBASE" > $OCCUPY_FIREBASE_DIR/$OCCUPY_FIREBASE_DIR_FILE_NAME
# gradlew 실행 권한 부여
- name: Run chmod to make gradlew executable
run: chmod +x ./gradlew
Expand All @@ -61,12 +59,11 @@ jobs:
shell: bash

- name: Upload Build artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: build-artifacts
path: |
build/libs/*.jar
- name: Upload project code
uses: appleboy/scp-action@master
with:
Expand All @@ -84,7 +81,7 @@ jobs:

steps:
- name: Download build artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: build-artifacts

Expand Down

0 comments on commit f35a25b

Please sign in to comment.