Skip to content

Commit

Permalink
Only upload the src
Browse files Browse the repository at this point in the history
  • Loading branch information
Samahu committed Sep 28, 2020
1 parent b5ec5b3 commit c7a9232
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,10 @@ jobs:
submodules: true
- run: ./build_plexil.sh
- run: ./catkin_build_oceanwaters.sh
- name: 'Tar Workspace'
run: tar -cvf OceanWATERS-${{ github.run_id }}.tar --exclude=./OceanWATERS-${{ github.run_id }}.tar .
- uses: actions/upload-artifact@v2
with:
name: OceanWATERS-${{ github.run_id }}
path: OceanWATERS-${{ github.run_id }}.tar
path: src

test:
runs-on: [ubuntu-18.04]
Expand Down

0 comments on commit c7a9232

Please sign in to comment.