From 7e03019cc45e2b65f4cc4a48e68db80dfd55fcb7 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Thu, 11 Aug 2022 07:22:19 -0500 Subject: [PATCH] Zip elfs --- .github/workflows/main_matrix.yml | 5 ++++- version.properties | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main_matrix.yml b/.github/workflows/main_matrix.yml index ec4294e3..4094ce50 100644 --- a/.github/workflows/main_matrix.yml +++ b/.github/workflows/main_matrix.yml @@ -438,7 +438,10 @@ jobs: - uses: actions/download-artifact@v2 with: name: debug-elfs-${{ steps.version.outputs.version }}.zip - path: ./ + path: ./elfs + + - name: Zip Elfs + run: zip -j -r ./debug-elfs-${{ steps.version.outputs.version }}.zip ./elfs - name: Add debug elfs to release uses: actions/upload-release-asset@v1 diff --git a/version.properties b/version.properties index fc0afef8..99d7b43a 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