missing .
All checks were successful
/ build (release) Successful in 17s
/ release (release) Successful in 20s

This commit is contained in:
Grant 2025-03-16 17:52:33 -06:00
parent 1439860599
commit af9da62009

View File

@ -50,7 +50,7 @@ jobs:
- name: Download workflow run artifact
uses: actions/download-artifact@v3
- name: Tar files
run: tar -cvf ${{gitea.ref_name}}.tar -C ${{gitea.ref_name}}
run: tar -cvf ${{gitea.ref_name}}.tar -C ${{gitea.ref_name}} .
- name: release
uses: https://gitea.com/actions/release-action@main
with: