Skip to content

Commit 1e6952a

Browse files
committed
v1.0.4
1 parent fef57e3 commit 1e6952a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ jobs:
6565
with:
6666
pattern: distributions-*
6767
merge-multiple: true
68-
path: ./distributions/
68+
path: distributions
6969

7070
# Create gitHub release
7171
- name: Create Github Release
7272
uses: softprops/action-gh-release@v2
7373
with:
74-
files: ./distributions/**
74+
files: 'distributions/*/StopBonus-*.*'
7575
# files: StopBonus-${{ github.ref_name }}.exe
7676
token: ${{ secrets.PUSH_TOKEN }}
7777
# generate_release_notes: true

0 commit comments

Comments
 (0)