Compress binary

This commit is contained in:
Skye Deving 2021-01-09 12:22:46 -06:00
parent b9e6918b21
commit daa3e173fa

View File

@ -83,8 +83,13 @@ jobs:
shell: bash shell: bash
run: strip -s Attorney_Online run: strip -s Attorney_Online
- name: Compress
working-directory: ${{github.workspace}}/build
shell: bash
run: tar czvf Attorney_Online-linux-x86_64.tgz Attorney_Online
- name: Upload Artifact - name: Upload Artifact
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with:
name: Attorney_Online name: Attorney_Online
path: ${{github.workspace}}/build/Attorney_Online path: ${{github.workspace}}/build/Attorney_Online-linux-x86_64.tgz