Skip to content

Commit

Permalink
fix ubuntu release shipment
Browse files Browse the repository at this point in the history
  • Loading branch information
Grégoire Henry committed Nov 14, 2023
1 parent 1a3ca73 commit ef97a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
cp -r target/release/kalast bin/ubuntu
cd bin/ubuntu
cp -r examples/thermal/cfg .
tar cvzf kalast-${{ github.ref_name }}.tar.gz *
tar cvzf kalast-${{ github.ref_name }}-ubuntu.tar.gz *
- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit ef97a9a

Please sign in to comment.