From 95d75fdfee83308132009e6395a8457b0294ad6c Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Wed, 10 Aug 2022 19:06:31 -0500 Subject: [PATCH] Bins --- .github/workflows/main_matrix.yml | 24 +++++++++++------------- version.properties | 2 +- 2 files changed, 12 insertions(+), 14 deletions(-) diff --git a/.github/workflows/main_matrix.yml b/.github/workflows/main_matrix.yml index 883cdca2a..1e01f5760 100644 --- a/.github/workflows/main_matrix.yml +++ b/.github/workflows/main_matrix.yml @@ -431,19 +431,17 @@ jobs: GITHUB_TOKEN: ${{ github.token }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: firmware-${{ steps.version.outputs.version }} + asset_path: ./output asset_name: firmware-${{ steps.version.outputs.version }}.zip asset_content_type: application/zip - - name: Add debug elfs to release - uses: actions/upload-release-asset@v1 - if: contains(steps.verify-changed-files.outputs.changed_files, 'version.properties') && ${{ github.event_name != 'pull_request_target' && github.event_name != 'pull_request' }} - env: - GITHUB_TOKEN: ${{ github.token }} - with: - upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: elfs-${{ steps.version.outputs.version }} - asset_name: debug-elfs-${{ steps.version.outputs.version }}.zip - asset_content_type: application/zip - - \ No newline at end of file + # - name: Add debug elfs to release + # uses: actions/upload-release-asset@v1 + # if: contains(steps.verify-changed-files.outputs.changed_files, 'version.properties') && ${{ github.event_name != 'pull_request_target' && github.event_name != 'pull_request' }} + # env: + # GITHUB_TOKEN: ${{ github.token }} + # with: + # upload_url: ${{ steps.create_release.outputs.upload_url }} + # 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 fc0afef8c..99d7b43a2 100644 --- a/version.properties +++ b/version.properties @@ -1,4 +1,4 @@ [VERSION] major = 1 minor = 3 -build = 36 \ No newline at end of file +build = 36