fixed ci cd
All checks were successful
Testing Example / build-and-test (push) Successful in 1m22s

This commit is contained in:
SnippetsX 2024-11-12 22:30:44 +03:00
parent d33b2843ba
commit 8fb8c538a0

View File

@ -39,7 +39,7 @@ jobs:
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: with:
file: build/admin_dashboard-${{ env.VERSION }}.zip file: admin_dashboard-${{ env.VERSION }}.zip
tag_name: v${{ env.VERSION }} tag_name: v${{ env.VERSION }}
release_name: Release v${{ env.VERSION }} release_name: Release v${{ env.VERSION }}
draft: false draft: false