Skip to content

Commit 6334197

Browse files
only upload actual tunnel
1 parent 2af68d4 commit 6334197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
- name: Upload JAR to GitHub Releases
3636
uses: softprops/action-gh-release@v1
3737
with:
38-
files: target/*.jar
38+
files: target/TestingBotTunnel-*.jar
3939
env:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)