Update .gitea/workflows/analyze_and_publish.yml
This commit is contained in:
@@ -50,13 +50,13 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
format: "tar.gz"
|
format: "tar.gz"
|
||||||
name: cdl_downloader_${{steps.gitversion.outputs.SemVer}}
|
name: cdl_downloader_${{steps.gitversion.outputs.SemVer}}
|
||||||
include: "./cdl_downloader"
|
root-directory: "cdl_downloader"
|
||||||
- name: Create .ZIP archive
|
- name: Create .ZIP archive
|
||||||
uses: ksm2/archive-action@v1
|
uses: ksm2/archive-action@v1
|
||||||
with:
|
with:
|
||||||
format: "zip"
|
format: "zip"
|
||||||
name: cdl_downloader_${{steps.gitversion.outputs.SemVer}}
|
name: cdl_downloader_${{steps.gitversion.outputs.SemVer}}
|
||||||
include: "./cdl_downloader"
|
root-directory: "cdl_downloader"
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
uses: akkuman/gitea-release-action@v1
|
uses: akkuman/gitea-release-action@v1
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user