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

This commit is contained in:
Snoweuph 2023-04-05 09:55:34 +00:00
parent fbda9f536f
commit 6a45b7c733

View file

@ -42,13 +42,10 @@ jobs:
du -sh *
echo "---"
tree builds
echo "---"
echo ${{ steps.package-version.outputs.current-version}}
- name: create release
id: release
uses: https://github.com/ncipollo/release-action@v1
with:
artifacts: "builds/linux.tar.gz"
skipIfReleaseExists: false
tag: ${{ steps.package-version.outputs.current-version}}
token: ${{ secrets.DEPLOY_TOKEN }}