Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

itch.io export on github ci? #99

Open
lfkdev opened this issue Oct 30, 2022 · 2 comments
Open

itch.io export on github ci? #99

lfkdev opened this issue Oct 30, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@lfkdev
Copy link

lfkdev commented Oct 30, 2022

There is no itch.io export in the .github/workflows/godot-ci.yml template, only in the gitlab one (.gitlab-ci.yml). The documentary mentions that you can run godot-ci with github and gitlab. Thanks!

Example how i did it:

      - name: Butler Upload
        uses: josephbmanley/[email protected]
        env:
          BUTLER_CREDENTIALS: ${{ secrets.BUTLER_API_KEY }}
          CHANNEL: web
          ITCH_GAME: ${{ secrets.ITCHIO_GAME }}
          ITCH_USER: ${{ secrets.ITCHIO_USERNAME }}
          PACKAGE: build/web
@realkotob
Copy link
Collaborator

realkotob commented Dec 25, 2022

@lfkdev This looks good, feel free to open a Pull Request so we can merge this. 👍

@realkotob realkotob added the enhancement New feature or request label Dec 25, 2022
@castlebbs
Copy link

@lfkdev Do you plan to do a pull request? Otherwise I can do it.
I just spent some time (too much time :-/) trying to figure out how the itch export is done in the github workflow, to end-up realizing it's not done. It would be nice to update godot-ci.yml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants