Skip to content

Commit

Permalink
Chore: Remove unverified gh action
Browse files Browse the repository at this point in the history
Signed-off-by: Bengt Wegner <[email protected]>
  • Loading branch information
Petzys committed Sep 19, 2024
1 parent 6e60033 commit 67b78f7
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions .github/workflows/release_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ name: Build Release Binaries
on:
push:
branches: [ "chore/release_binaries" ]
release:
types:
- created

jobs:
build:
Expand All @@ -25,13 +22,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: '1.23'

- name: Install dependencies
run: go get .

- name: Display the release tag
run: echo ${{ github.event.release.tag_name }}


- name: Cache Go modules
uses: actions/cache@v3
with:
Expand All @@ -51,12 +42,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: binaries
path: dist/

- name: Upload the binaries
uses: svenstaro/[email protected]
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.ref }}
file: dist/*
file_glob: true
path: dist/

0 comments on commit 67b78f7

Please sign in to comment.