Skip to content

Commit

Permalink
デバッグAPKもアップロード
Browse files Browse the repository at this point in the history
  • Loading branch information
s1204IT authored Jun 30, 2023
1 parent 48ccd1f commit 95d77df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ jobs:

- name: Build with Gradle
run: |
./gradlew aR
./gradlew a
echo "version=$(grep versionName app/build.gradle | awk '{print $2}' | tr -d \")" >> $GITHUB_ENV
echo "commit=$(echo ${{ github.sha }} | cut -c -7)" >> $GITHUB_ENV
- name: Upload APK
uses: actions/upload-artifact@v3
with:
name: GalaxyCamSnd(v${{ env.version }}@${{ env.commit }})
path: app/build/outputs/apk/**/app-**.apk
path: app/build/outputs/apk/**/app-**.apk

0 comments on commit 95d77df

Please sign in to comment.