We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04b42ec commit 2b8d38eCopy full SHA for 2b8d38e
.github/workflows/release.yml
@@ -173,12 +173,12 @@ jobs:
173
tag_name: ${{ github.ref_name }}
174
release_name: ${{ github.ref_name }}
175
176
- - name: Upload Release
+ - name: Upload Ubuntu (latest)
177
uses: actions/upload-release-asset@v1
178
env:
179
GITHUB_TOKEN: ${{ github.token }}
180
with:
181
upload_url: ${{ steps.create_release.outputs.upload_url }}
182
- asset_path: LICENSE-MIT
183
- asset_name: license
+ asset_path: cggtts-cli--x86_64-unknown-linux-musl.tar.gz
+ asset_name: ubuntu-latest.tar.gz
184
asset_content_type: application/zip
0 commit comments