Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DTC8 authored Sep 30, 2022
1 parent d573388 commit 8f75ff5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
env:
CC: gcc-4.9
CXX: g++-4.9
ver: dtc-v2.0.1

jobs:
build:
Expand Down Expand Up @@ -92,8 +93,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: dtc-v2.0.1
release_name: dtc-v2.0.1
tag_name: ${{ env.ver }}
release_name: ${{ env.ver }}
draft: false
prerelease: true

Expand All @@ -105,5 +106,5 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ${{github.workspace}}/build/dtc.tar.gz
asset_name: dtc-v2.0.1.tar.gz
asset_name: ${{ env.ver }}.tar.gz
asset_content_type: application/gzip

0 comments on commit 8f75ff5

Please sign in to comment.