Skip to content

Commit

Permalink
Update cmake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
altmannmarcelo authored Jul 20, 2023
1 parent bfdf335 commit 8497a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Pack
# Create a package with file
run: tar czfv ${{github.workspace}}/build/sdi2ddl.tar.gz ${{github.workspace}}/build/sdi2ddl
run: tar czfv ${{github.workspace}}/build/sdi2ddl.tar.gz -C ${{github.workspace}}/build/ sdi2ddl

- name: Upload
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 8497a1e

Please sign in to comment.