Skip to content

Commit

Permalink
Fix Github release action
Browse files Browse the repository at this point in the history
  • Loading branch information
ua741 committed Oct 12, 2023
1 parent 3f7e4a0 commit 9b535da
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 28 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- '*'

jobs:
build:
build_and_release:
runs-on: ubuntu-latest

steps:
Expand All @@ -28,14 +28,6 @@ jobs:
- name: Build Windows binary
run: CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -o authy-export-windows-amd64.exe -ldflags "-s -w" cmd/authy-export/authy-export.go

release:
needs: build
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down
19 changes: 0 additions & 19 deletions .travis.yml

This file was deleted.

Binary file removed authy-export-darwin-amd64
Binary file not shown.

0 comments on commit 9b535da

Please sign in to comment.