Skip to content

Commit

Permalink
fix ci (incorrect json token)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghost-chu committed Jan 29, 2025
1 parent 0e5161a commit c06b6c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jvm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}
with:
asset_paths: '["target/media/PeerBanHelper_*", "target/media/peerbanhelper_*", "target/media/peerbanhelper-*", "target\media\_____UNSUPPORTED_PeerBanHelper_*", "peerbanhelper.torrent", "PeerBanHelper_Installers.tar.gz"]'
asset_paths: '["target/media/PeerBanHelper_*", "target/media/peerbanhelper_*", "target/media/peerbanhelper-*", "target/media/_____UNSUPPORTED_PeerBanHelper_*", "peerbanhelper.torrent", "PeerBanHelper_Installers.tar.gz"]'
Build_Docker:
if: github.event_name != 'workflow_dispatch'
permissions:
Expand Down

0 comments on commit c06b6c9

Please sign in to comment.