Skip to content

Commit

Permalink
correct paths + add token
Browse files Browse the repository at this point in the history
  • Loading branch information
jcodybaker committed Jan 28, 2024
1 parent d7bc424 commit cf907fa
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,11 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
env:
GITHUB_REPOSITORY: jcodybaker/shellyctl
with:
token: ${{ secrets.CUSTOM_GITHUB_TOKEN }}
files: |
shellyctl_amd64
shellyctl_arm64
shellyctl_linux_amd64
shellyctl_linux_arm64
shellyctl_windows_arm64

0 comments on commit cf907fa

Please sign in to comment.