Export action on push to master branch #8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "warcin"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
consider, pretty please
@ -0,0 +2,4 @@on:push:tags:- "v*"can we make it trigger on pushes to master branch instead?
(like, on any new commits on master branch, tags would get tiresome really quick)
@ -0,0 +8,4 @@# job idexport_game:# Always use ubuntu-latest for this actionruns-on: ubuntu-latestcan we please make it work on specific version of debian? like
docker.io/debian:13.3@ -0,0 +23,4 @@- name: export gameid: export# Use latest version (see releases for all versions)uses: firebelley/godot-export@v7.0.0this concerns me :c
who's firebelly why are we using their shi
Workflow testingto Export action on push to master branch