Skip to content

Commit 2b8d38e

Browse files
authored
Update release.yml
1 parent 04b42ec commit 2b8d38e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,12 +173,12 @@ jobs:
173173
tag_name: ${{ github.ref_name }}
174174
release_name: ${{ github.ref_name }}
175175

176-
- name: Upload Release
176+
- name: Upload Ubuntu (latest)
177177
uses: actions/upload-release-asset@v1
178178
env:
179179
GITHUB_TOKEN: ${{ github.token }}
180180
with:
181181
upload_url: ${{ steps.create_release.outputs.upload_url }}
182-
asset_path: LICENSE-MIT
183-
asset_name: license
182+
asset_path: cggtts-cli--x86_64-unknown-linux-musl.tar.gz
183+
asset_name: ubuntu-latest.tar.gz
184184
asset_content_type: application/zip

0 commit comments

Comments
 (0)