„.gitea/workflows/build.yml“ ändern
Some checks failed
Export Game Job

This commit is contained in:
Snoweuph 2023-04-05 09:41:31 +00:00
parent 14849c9a20
commit 61893b8cc7

View file

@ -45,8 +45,8 @@ jobs:
- name: create release - name: create release
uses: https://github.com/ncipollo/release-action@v1 uses: https://github.com/ncipollo/release-action@v1
with: with:
token: ${{ secrets.DEPLOY_TOKEN }} artifacts: "builds/linux.tar.gz"
tag: test tag: test
token: ${{ secrets.DEPLOY_TOKEN }}
name: Test name: Test
artifacts: builds/linux.tar.gz # Added "/*" at the end is glob pattern match for this action