mirror of
https://github.com/zephrynis/ptero-sidebar.git
synced 2026-04-17 09:31:55 +00:00
Fix: file name must be same as ext identifier
This commit is contained in:
2
.github/workflows/export_ext.yml
vendored
2
.github/workflows/export_ext.yml
vendored
@@ -43,7 +43,7 @@ jobs:
|
|||||||
uses: svenstaro/upload-release-action@v2
|
uses: svenstaro/upload-release-action@v2
|
||||||
with:
|
with:
|
||||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
file: sidebar-${{ steps.get_version.outputs.VERSION }}.blueprint
|
file: sidebar.blueprint
|
||||||
asset_name: sidebar-${{ steps.get_version.outputs.VERSION }}.blueprint
|
asset_name: sidebar-${{ steps.get_version.outputs.VERSION }}.blueprint
|
||||||
tag: ${{ steps.get_version.outputs.VERSION }}
|
tag: ${{ steps.get_version.outputs.VERSION }}
|
||||||
overwrite: true
|
overwrite: true
|
||||||
|
|||||||
Reference in New Issue
Block a user