Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit 4912c83
Author: clayjay3 <[email protected]>
Date:   Sat Mar 16 18:08:46 2024 +0000

    actions

commit 5bd0527
Author: clayjay3 <[email protected]>
Date:   Sat Mar 16 18:06:48 2024 +0000

    actions

commit 72b7987
Author: clayjay3 <[email protected]>
Date:   Sat Mar 16 18:03:18 2024 +0000

    actions

commit ce56ec3
Author: clayjay3 <[email protected]>
Date:   Sat Mar 16 18:00:44 2024 +0000

    actions

commit 4ec7bf7
Author: clayjay3 <[email protected]>
Date:   Sat Mar 16 17:57:15 2024 +0000

    actions

commit 863887b
Author: clayjay3 <[email protected]>
Date:   Sat Mar 16 17:55:35 2024 +0000

    actions

commit bbb35cf
Author: clayjay3 <[email protected]>
Date:   Sat Mar 16 17:51:57 2024 +0000

    actions
  • Loading branch information
ClayJay3 committed Mar 16, 2024
1 parent 7177140 commit 9599366
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/deploy_rovecomm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,12 @@ jobs:
- name: Rename Executable and Create ZIP
run: |
mv /opt/RoveComm_CPP/build/RoveComm_CPP**.sh /opt/RoveComm_CPP/build/RoveComm_CPP_AMD64.sh
tar xzf RoveComm_CPP*.tar.gz
cd RoveComm_CPP*/
tar xzf /opt/RoveComm_CPP/build/RoveComm_CPP**.tar.gz -C /opt/RoveComm_CPP/build/
mkdir -p /opt/RoveComm_CPP/build/RoveComm_CPP
mv /opt/RoveComm_CPP/build/RoveComm_CPP**/* /opt/RoveComm_CPP/build/RoveComm_CPP/
cd /opt/RoveComm_CPP/build/RoveComm_CPP/
zip -r RoveComm_CPP_AMD64.zip include/* external/* lib/*
cp RoveComm_CPP_AMD64.zip ../
cp RoveComm_CPP_AMD64.zip /opt/RoveComm_CPP/build/
- name: Upload Artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 9599366

Please sign in to comment.