Skip to content

Commit

Permalink
sync upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
ttbadr committed Jul 28, 2024
1 parent ce89791 commit 4d4161f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: release
on:
push:
branches:
- master
- toby

jobs:
build:
Expand All @@ -28,5 +28,5 @@ jobs:
allowUpdates: true
tag: ${{ steps.version.outputs.VERSION }}
token: ${{ secrets.GITHUB_TOKEN }}
artifacts: "bin/arthas.sh,packaging/target/*.zip,packaging/target/*.tgz,packaging/target/*.deb,packaging/target/*.rpm,tunnel-server/target/*fatjar.jar"
artifacts: "packaging/target/*.zip,packaging/target/*.tgz,packaging/target/*.deb,packaging/target/*.rpm,tunnel-server/target/*fatjar.jar"

0 comments on commit 4d4161f

Please sign in to comment.