upd artefacts
All checks were successful
Testing Example / build-and-test (push) Successful in 1m35s
All checks were successful
Testing Example / build-and-test (push) Successful in 1m35s
This commit is contained in:
parent
bc0232cbbf
commit
8e76cb87c8
@ -46,6 +46,12 @@ jobs:
|
|||||||
git tag v${{ env.VERSION }}
|
git tag v${{ env.VERSION }}
|
||||||
git push origin v${{ env.VERSION }}
|
git push origin v${{ env.VERSION }}
|
||||||
|
|
||||||
|
- name: Download artifact
|
||||||
|
uses: actions/download-artifact@v3
|
||||||
|
with:
|
||||||
|
name: admin_dashboard-${{ env.VERSION }}
|
||||||
|
path: release-artifacts
|
||||||
|
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
uses: https://gitea.com/actions/gitea-release-action@v1
|
uses: https://gitea.com/actions/gitea-release-action@v1
|
||||||
with:
|
with:
|
||||||
@ -53,6 +59,6 @@ jobs:
|
|||||||
tag_name: v${{ env.VERSION }}
|
tag_name: v${{ env.VERSION }}
|
||||||
title: Release v${{ env.VERSION }}
|
title: Release v${{ env.VERSION }}
|
||||||
files: |
|
files: |
|
||||||
build/admin_dashboard-${{ env.VERSION }}
|
release-artifacts/*
|
||||||
draft: false
|
draft: false
|
||||||
prerelease: ${{ contains(env.VERSION, 'DEV') || contains(env.VERSION, 'ALPHA') || contains(env.VERSION, 'BETA') }}
|
prerelease: ${{ contains(env.VERSION, 'DEV') || contains(env.VERSION, 'ALPHA') || contains(env.VERSION, 'BETA') }}
|
||||||
Loading…
Reference in New Issue
Block a user