Skip to content

Commit

Permalink
Zip elfs
Browse files Browse the repository at this point in the history
  • Loading branch information
thebentern committed Aug 11, 2022
1 parent 780f438 commit 7e03019
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/main_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion version.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[VERSION]
major = 1
minor = 3
build = 36
build = 36

0 comments on commit 7e03019

Please sign in to comment.