Skip to content
This repository has been archived by the owner on Feb 8, 2021. It is now read-only.

Commit

Permalink
chore: update release name
Browse files Browse the repository at this point in the history
  • Loading branch information
robinWongM authored Jan 22, 2021
1 parent 111f6c8 commit 3560b1d
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,25 @@ jobs:
xgo_version: latest
go_version: ${{ matrix.go_version }}
dest: build
prefix: autocannon-go
targets: windows/386,windows/amd64,linux/386,linux/amd64,darwin/386,darwin/amd64,darwin/arm64
prefix: matrix-gost
targets: windows/386,windows/amd64,linux/386,linux/amd64,darwin/386,darwin/amd64
v: true
x: false
ldflags: -s -w
- name: Get Time
id: time
uses: nanzm/[email protected]
with:
timeZone: 8
format: 'YYYY-MM-DD-HH-mm-ss'
- name: Create Release
uses: actions/[email protected]
id: create_release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
tag_name: ${{ steps.time.outputs.time }}
release_name: Build artifacts @ ${{ steps.time.outputs.time }}
draft: false
prerelease: false
- name: Upload Release Assets
Expand Down

0 comments on commit 3560b1d

Please sign in to comment.