Skip to content

Commit

Permalink
無駄な宣言を削除
Browse files Browse the repository at this point in the history
  • Loading branch information
s1204IT authored Jan 20, 2024
1 parent ac30b63 commit 7818281
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:

- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Setup Java
uses: actions/setup-java@v4
Expand All @@ -51,6 +49,7 @@ jobs:
- name: Check tag exists
uses: mukunku/[email protected]
if: github.event.inputs.release == 'true'
id: check-tag
with:
tag: "${{ env.version }}"
Expand Down Expand Up @@ -89,7 +88,7 @@ jobs:
- name: Upload APK
uses: actions/upload-artifact@v4
with:
name: ${{ env.repo }}(v${{ env.version }}@${{ env.commit }})
name: ${{ env.repo }}(${{ env.version }}@${{ env.commit }})
path: app/build/outputs/apk/**/app-*.apk

- name: Release
Expand Down

0 comments on commit 7818281

Please sign in to comment.