File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 82
82
asset_path : tfrog-motordriver/bin/${{ env.RELEASE_FILENAME_R6 }}
83
83
asset_name : ${{ env.RELEASE_FILENAME_R6 }}
84
84
asset_content_type : application/octet-stream
85
+
86
+ - name : Create license tarball
87
+ run : |
88
+ mkdir -p licenses/tf-2md3-firmware/at91lib
89
+ cp LICENSE licenses/tf-2md3-firmware/
90
+ cp LICENSE.at91lib licenses/tf-2md3-firmware/at91lib/
91
+ tar czf licenses.tar.gz licenses
92
+ - name : Upload license tarball
93
+ uses : actions/upload-release-asset@v1
94
+ if : github.event_name == 'release'
95
+ env :
96
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
97
+ with :
98
+ upload_url : ${{ github.event.release.upload_url }}
99
+ asset_path : ./licenses.tar.gz
100
+ asset_name : licenses.tar.gz
101
+ asset_content_type : application/gzip
You can’t perform that action at this time.
0 commit comments