Compare commits

...

1 Commits

Author SHA1 Message Date
copilot-swe-agent[bot] 827851d4cc Add Hangar upload step to create-release workflow
Agent-Logs-Url: https://github.com/funkemunky/AntiVPN/sessions/b41160da-1669-4eb1-a241-828cd26f034f

Co-authored-by: funkemunky <30784509+funkemunky@users.noreply.github.com>
2026-04-23 12:45:52 +00:00
+15
View File
@@ -54,3 +54,18 @@ jobs:
asset_path: ./build/libs/AntiVPN-${{ env.VERSION }}-universal.jar
asset_name: AntiVPN-v${{ env.VERSION }}.jar
asset_content_type: application/java-archive
- name: Upload to Hangar
uses: benwoo1110/hangar-upload-action@v1
with:
api_token: ${{ secrets.HANGAR_API_TOKEN }}
slug: AntiVPN
version: ${{ env.VERSION }}
channel: release
files: |
[
{
"path": "./build/libs/AntiVPN-${{ env.VERSION }}-universal.jar",
"platforms": ["PAPER", "VELOCITY", "WATERFALL"]
}
]
description: ${{ steps.changelog.outputs.content }}