Fix: didnt change all occurences of wrong file name

This commit is contained in:
Zephrynis
2025-04-12 01:58:44 +01:00
committed by GitHub
parent d8ac0ea668
commit 597b1e9d75

View File

@@ -25,7 +25,7 @@ jobs:
- name: Create zip of project files - name: Create zip of project files
run: | run: |
zip -r sidebar-${{ steps.get_version.outputs.VERSION }}.blueprint . -x "*.git*" zip -r sidebar.blueprint . -x "*.git*"
- name: Create Release - name: Create Release
id: create_release id: create_release
@@ -44,6 +44,6 @@ jobs:
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: sidebar.blueprint file: sidebar.blueprint
asset_name: sidebar-${{ steps.get_version.outputs.VERSION }}.blueprint asset_name: sidebar.blueprint
tag: ${{ steps.get_version.outputs.VERSION }} tag: ${{ steps.get_version.outputs.VERSION }}
overwrite: true overwrite: true