Skip to content

Commit

Permalink
Fix: cli release fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jebjohns committed Oct 31, 2023
1 parent bb7c975 commit 469bbf0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cli_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: |
cli/tracetest-linux
cli/tracetest-macos
cli/tracetest-windows.exe
tracetest-linux
tracetest-macos
tracetest-windows.exe
tag_name: ${{ github.ref }}
name: ${{ steps.release.outputs.name }} - Linux
draft: false
Expand Down

0 comments on commit 469bbf0

Please sign in to comment.