Skip to content

Commit

Permalink
main folder add
Browse files Browse the repository at this point in the history
  • Loading branch information
kkdai committed May 22, 2021
1 parent a78b69f commit 6c3a712
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,11 @@ on:
tags:
- "*" # triggers only if push new tag version, like `0.8.4` or else

builds:
-
main: ./import_disqus_cli

jobs:
build:
name: GoReleaser build
runs-on: ubuntu-latest
main: ./cmd/import_disqus_cli

steps:
- name: Check out code into the Go module directory
Expand Down

0 comments on commit 6c3a712

Please sign in to comment.