1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 20:59:44 +02:00

ci: Fix naming of prebuild asset

This commit is contained in:
Maksim Eltyshev 2024-10-09 14:40:22 +02:00
parent 2173c3657c
commit 234bd1e8b3

View file

@ -51,6 +51,6 @@ jobs:
- name: Dist upload assets
run: |
gh release upload ${{ github.event.release.tag_name }} planka-prebuild-${{ github.event.release.tag_name }}.zip#planka-prebuild.zip
gh release upload ${{ github.event.release.tag_name }} planka-prebuild.zip#planka-prebuild-${{ github.event.release.tag_name }}.zip
env:
GH_TOKEN: ${{ github.token }}