Skip to content

Commit

Permalink
ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
rootTHC committed Aug 6, 2024
1 parent c441489 commit 164e8a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ permissions:

env:
TAG: v1.0.15a
# TAG: ${{ github.ref == 'ref/heads/main' && 'latest' || github.ref }}

# jobs:
# Linux-Cross:
Expand Down Expand Up @@ -98,4 +99,5 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file_glob: true
file: gsrn*-linux-x86_64
overwrite: true
overwrite: true
tag: ${{ env.TAG }}

0 comments on commit 164e8a7

Please sign in to comment.