From 19114b7db935dd6c96e912afcfdb1bd92b4a71bf Mon Sep 17 00:00:00 2001 From: KoalaSat Date: Mon, 24 Oct 2022 22:17:41 +0200 Subject: [PATCH] Workflows Java Version --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f4ea690..d156b25 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: - name: 'Download APK Artifact' uses: actions/download-artifact@v3 with: - name: nostros-${{ needs.check-version.outputs.semver }}.apk + name: nostros-$(git describe --tags --abbrev=0).apk path: . - name: 'Upload APK Asset' id: upload-release-asset @@ -40,5 +40,5 @@ jobs: with: upload_url: ${{ steps.create-release.outputs.upload_url }} asset_path: app-release.apk - asset_name: nostros-${{ needs.check-version.outputs.semver }}.apk + asset_name: nostros-$(git describe --tags --abbrev=0).apk asset_content_type: application/apk \ No newline at end of file