Skip to content

Commit

Permalink
fix release job not finding files
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRedScreen64 committed Sep 1, 2024
1 parent 66f32d2 commit a0e6e45
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ jobs:
uses: softprops/action-gh-release@v2
with:
files: |
task-tracker-linux-amd64
task-tracker-linux-arm64
task-tracker-windows-amd64.exe
task-tracker-windows-arm64.exe
task-tracker-linux-amd64/task-tracker-linux-amd64
task-tracker-linux-arm64/task-tracker-linux-arm64
task-tracker-windows-amd64/task-tracker-windows-amd64.exe
task-tracker-windows-arm64/task-tracker-windows-arm64.exe
draft: true
generate_release_notes: true

0 comments on commit a0e6e45

Please sign in to comment.