Export action on push to master branch #8

Merged
Nycta merged 6 commits from warcin into master 2026-01-17 16:34:40 +03:00
Owner
No description provided.
Nycta left a comment
Owner

consider, pretty please

consider, pretty please
@ -0,0 +2,4 @@
on:
push:
tags:
- "v*"
Owner

can we make it trigger on pushes to master branch instead?

can we make it trigger on pushes to master branch instead?
Owner

(like, on any new commits on master branch, tags would get tiresome really quick)

(like, on any new commits on master branch, tags would get tiresome really quick)
Nycta marked this conversation as resolved
@ -0,0 +8,4 @@
# job id
export_game:
# Always use ubuntu-latest for this action
runs-on: ubuntu-latest
Owner

can we please make it work on specific version of debian? like docker.io/debian:13.3

can we please make it work on specific version of debian? like `docker.io/debian:13.3`
Nycta marked this conversation as resolved
@ -0,0 +23,4 @@
- name: export game
id: export
# Use latest version (see releases for all versions)
uses: firebelley/godot-export@v7.0.0
Owner

this concerns me :c

this concerns me :c
Owner

who's firebelly why are we using their shi

who's firebelly why are we using their shi
Nycta marked this conversation as resolved
Nycta changed title from Workflow testing to Export action on push to master branch 2026-01-17 16:31:14 +03:00
Nycta merged commit 952a03b632 into master 2026-01-17 16:34:40 +03:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
dom-lis/mnights!8
No description provided.