This commit is contained in:
parent
24f89c46f6
commit
d1114233d2
1 changed files with 1 additions and 9 deletions
|
|
@ -31,16 +31,8 @@ jobs:
|
|||
cp dist/TinyWeb TinyWeb-linux-x64
|
||||
chmod +x TinyWeb-linux-x64
|
||||
|
||||
release:
|
||||
needs: build
|
||||
runs-on: ubuntu-latest
|
||||
if: startsWith(github.ref, 'refs/tags/v')
|
||||
|
||||
steps:
|
||||
- name: Make executable
|
||||
run: chmod +x TinyWeb-linux-x64
|
||||
|
||||
- name: Create Release
|
||||
if: startsWith(github.ref, 'refs/tags/v')
|
||||
uses: https://code.forgejo.org/actions/forgejo-release@v2
|
||||
with:
|
||||
direction: upload
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue