Skip to content

Commit

Permalink
Testing new CD
Browse files Browse the repository at this point in the history
  • Loading branch information
jtsagata committed Jun 21, 2024
1 parent 61ecbcf commit c3a5f0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ jobs:
########## create tar.gz ##########
BINARY_NAME=places${{ matrix.job.binary-postfix }}
RELEASE_NAME=places-${GITHUB_REF/refs\/tags\//}-${{ matrix.job.os-name }}-${{ matrix.job.architecture }}
TAG="$(cargo pkgid | cut -d# -f2)"
RELEASE_NAME=places-${TAG}-${{ matrix.job.os-name }}-${{ matrix.job.architecture }}
tar czvf $RELEASE_NAME.tar.gz $BINARY_NAME
- name: Releasing assets
Expand Down

0 comments on commit c3a5f0e

Please sign in to comment.