diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8accd20..d513dd2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,7 +42,7 @@ jobs: run: ./gradlew assembleRelease - name: Store build Artifact - uses: action/upload-artifact@v4 + uses: actions/upload-artifact@v4 with: name: release-${{ github.ref_name }} path: app/build/outputs/apk/release/app-release.apk