branch name fixed.

This commit is contained in:
AirryCo
2025-03-18 18:13:19 +08:00
parent 568b775446
commit 860268fb9c
4 changed files with 13 additions and 13 deletions

View File

@@ -455,7 +455,7 @@ jobs:
- name: Download Fika-Server
run: |
wget https://github.com/project-fika/Fika-Server/releases/download/${{ needs.prepare.outputs.TARGET_TAG_FIKA }}/fika-server.zip
wget https://github.com/project-fika/Fika-Server/releases/download/${{ needs.prepare.outputs.TARGET_TAG_FIKA }}/fika-server-$(echo ${{ needs.prepare.outputs.TARGET_TAG_FIKA }} | cut -c2-).zip
- name: Compress Releases
id: compress-release