Skip to content

Commit

Permalink
fix path in release part of windows
Browse files Browse the repository at this point in the history
  • Loading branch information
trappitsch committed Feb 9, 2024
1 parent 224ec49 commit 67efbf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ jobs:
- name: Add to Release
uses: softprops/action-gh-release@v1
with:
files: ${{ github.workspace }}/controller_gui/target/*Setup.exe
files: controller_gui/target/*.exe
tag_name: ${{ github.ref_name }}

0 comments on commit 67efbf9

Please sign in to comment.