fix: correct Gitea release-action syntax in workflow
This commit is contained in:
@@ -10,22 +10,10 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up Python
|
|
||||||
uses: actions/setup-python@v5
|
|
||||||
with:
|
|
||||||
python-version: '3.11'
|
|
||||||
|
|
||||||
- name: Install build tools
|
|
||||||
run: pip install build wheel twine
|
|
||||||
|
|
||||||
- name: Build package
|
|
||||||
run: python -m build
|
|
||||||
|
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
uses: https://gitea.com/actions/release-action/src@main
|
uses: https://gitea.com/actions/release-action/src@main
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
dist/**
|
dist/**
|
||||||
title: ${{ github.ref_name }}
|
LICENSE
|
||||||
body: Release ${{ github.ref_name }}
|
README.md
|
||||||
|
|||||||
Reference in New Issue
Block a user