Skip to content

Commit

Permalink
v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Mar 25, 2024
1 parent fef57e3 commit 1e6952a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@ jobs:
with:
pattern: distributions-*
merge-multiple: true
path: ./distributions/
path: distributions

# Create gitHub release
- name: Create Github Release
uses: softprops/action-gh-release@v2
with:
files: ./distributions/**
files: 'distributions/*/StopBonus-*.*'
# files: StopBonus-${{ github.ref_name }}.exe
token: ${{ secrets.PUSH_TOKEN }}
# generate_release_notes: true
Expand Down

0 comments on commit 1e6952a

Please sign in to comment.