From 029a6b16ba2aaa1603e1dabece9842751b75a0c6 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Wed, 10 Aug 2022 18:47:06 -0500 Subject: [PATCH] Release the correct archiva --- .github/workflows/main_matrix.yml | 4 ++-- version.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main_matrix.yml b/.github/workflows/main_matrix.yml index c75f83a8..883cdca2 100644 --- a/.github/workflows/main_matrix.yml +++ b/.github/workflows/main_matrix.yml @@ -431,7 +431,7 @@ jobs: GITHUB_TOKEN: ${{ github.token }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: release/archive/firmware-${{ steps.version.outputs.version }}.zip + asset_path: firmware-${{ steps.version.outputs.version }} asset_name: firmware-${{ steps.version.outputs.version }}.zip asset_content_type: application/zip @@ -442,7 +442,7 @@ jobs: GITHUB_TOKEN: ${{ github.token }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: release/archive/elfs-${{ steps.version.outputs.version }}.zip + asset_path: elfs-${{ steps.version.outputs.version }} asset_name: debug-elfs-${{ steps.version.outputs.version }}.zip asset_content_type: application/zip diff --git a/version.properties b/version.properties index 99d7b43a..fc0afef8 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