mirror of
https://github.com/zephrynis/ptero-sidebar.git
synced 2026-04-17 09:31:55 +00:00
Fix: didnt change all occurences of wrong file name
This commit is contained in:
4
.github/workflows/export_ext.yml
vendored
4
.github/workflows/export_ext.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user