Skip to content

Commit

Permalink
Update manual-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofpu authored Mar 16, 2022
1 parent 10e52a7 commit 1876dc2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/manual-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
release-tag:
description: '1.0.0'
required: true
path:
description: 'build/libs/SpeedBridge2-*.jar'
required: true

jobs:
build:
Expand All @@ -29,5 +26,5 @@ jobs:
uses: AButler/[email protected]
with:
release-tag: ${{ github.event.inputs.release-tag }}
files: ${{ github.event.inputs.path }}
files: ${{ github.workspace }}/build/libs/*.jar
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1876dc2

Please sign in to comment.