chore: use the gitea compatible actions
All checks were successful
Build/release / action-release (push) Successful in 4m5s

This commit is contained in:
2025-09-30 08:56:41 +02:00
parent 6c054b78d1
commit b5ec8edbd4

View File

@@ -55,7 +55,7 @@ jobs:
yarn build yarn build
- name: upload the building actifacts - name: upload the building actifacts
uses: actions/upload-artifact@v4 uses: https://github.com/christopherHX/gitea-upload-artifact@v4
with: with:
name: packages name: packages
path: | path: |
@@ -67,7 +67,7 @@ jobs:
overwrite: true overwrite: true
- name: Release - name: Release
uses: akkuman/gitea-release-action@v1 uses: https://github.com/akkuman/gitea-release-action@v1
if: github.ref_type == 'tag' if: github.ref_type == 'tag'
with: with:
files: | files: |