Skip to content

Commit

Permalink
Update cli_release.yaml
Browse files Browse the repository at this point in the history
Changed release name for three operating systems
  • Loading branch information
jeremy4040 committed Jun 5, 2023
1 parent e947b7a commit d1a6f31
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 @@ -37,7 +37,7 @@ jobs:
- name: Create release for Linux
uses: softprops/action-gh-release@v1
with:
files: cli/qt-linux
files: cli/capten-linux
tag_name: ${{ github.ref }}
name: ${{ steps.release.outputs.name }} - Linux
draft: false
Expand All @@ -48,7 +48,7 @@ jobs:
- name: Create release for macOS
uses: softprops/action-gh-release@v1
with:
files: cli/qt-macos
files: cli/capten-macos
tag_name: ${{ github.ref }}
name: ${{ steps.release.outputs.name }} - macOS
draft: false
Expand All @@ -59,7 +59,7 @@ jobs:
- name: Create release for Windows
uses: softprops/action-gh-release@v1
with:
files: cli/qt-windows.exe
files: cli/capten-windows.exe
tag_name: ${{ github.ref }}
name: ${{ steps.release.outputs.name }} - Windows
draft: false
Expand Down

0 comments on commit d1a6f31

Please sign in to comment.