Skip to content

Commit

Permalink
still looking for built file
Browse files Browse the repository at this point in the history
  • Loading branch information
waisbrot committed Dec 27, 2023
1 parent ed452d7 commit 9156769
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ jobs:
run: go build -v ./...
- name: Test
run: go test -v ./...
- name: Scan files
run: pwd; ls -R
- name: Release
uses: fnkr/github-action-ghr@v1
if: startsWith(github.ref, 'refs/tags/')
env:
GHR_COMPRESS: gz
GHR_COMPRESS:
GHR_PATH: github.com/waisbrot/birdweather_daily_email
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9156769

Please sign in to comment.