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

This commit is contained in:
Snoweuph 2023-04-05 09:47:08 +00:00
parent 61893b8cc7
commit fbda9f536f

View file

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