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

This commit is contained in:
SnippetsX 2024-11-12 22:21:15 +03:00
parent 7df0de442d
commit 0ca14a1d35

View File

@ -34,9 +34,10 @@ jobs:
path: 'build'
if-no-files-found: error
retention-days: 5
- name: Create Release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
path: build/admin_dashboard-${{ env.VERSION }}.zip
tag_name: v${{ env.VERSION }}