From d5780af362f80ac1468d5aef2f121343a38c18af Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Wed, 10 Aug 2022 20:24:37 -0500 Subject: [PATCH] Elves live in trees --- .github/workflows/main_matrix.yml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main_matrix.yml b/.github/workflows/main_matrix.yml index a946ec8af..14367cf07 100644 --- a/.github/workflows/main_matrix.yml +++ b/.github/workflows/main_matrix.yml @@ -442,6 +442,6 @@ jobs: GITHUB_TOKEN: ${{ github.token }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: ./debug-elfs-${{ steps.version.outputs.version }} + asset_path: ./debug-elfs-${{ steps.version.outputs.version }}.zip asset_name: debug-elfs-${{ steps.version.outputs.version }}.zip asset_content_type: application/zip diff --git a/version.properties b/version.properties index 99d7b43a2..fc0afef8c 100644 --- a/version.properties +++ b/version.properties @@ -1,4 +1,4 @@ [VERSION] major = 1 minor = 3 -build = 36 +build = 36 \ No newline at end of file