This commit is contained in:
parent
d5061eade9
commit
27edc9f279
1 changed files with 1 additions and 11 deletions
|
|
@ -30,15 +30,5 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
cp dist/TinyWeb TinyWeb-linux-x64
|
cp dist/TinyWeb TinyWeb-linux-x64
|
||||||
chmod +x TinyWeb-linux-x64
|
chmod +x TinyWeb-linux-x64
|
||||||
|
ls -la 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
|
|
||||||
release-dir: .
|
|
||||||
override: true
|
|
||||||
prerelease: ${{ contains(github.ref_name, 'alpha') || contains(github.ref_name, 'beta') }}
|
|
||||||
env:
|
|
||||||
FORGEJO_TOKEN: ${{ secrets.FORGEJO_TOKEN }}
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue