Skip to content

Fix AppImage release upload repository - #356

Merged
zaktherobot merged 1 commit into
tommadness:masterfrom
Zexyen:fix/appimage-release-upload-repository
Aug 19, 2026
Merged

Fix AppImage release upload repository#356
zaktherobot merged 1 commit into
tommadness:masterfrom
Zexyen:fix/appimage-release-upload-repository

Conversation

@Zexyen

@Zexyen Zexyen commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

Summary

  • provide `GH_REPO` to the GitHub CLI release upload step
  • allow the release job to identify `tommadness/KH2Randomizer` without a checkout or local Git remote

Root cause

The release job only downloads the built artifact. Since it does not check out the repository, `gh release upload` failed while trying to infer the repository from Git, reporting `fatal: not a git repository`.

Validation

  • `git diff --check` passes
  • the value comes from the built-in `github.repository` context, so it remains correct when the workflow runs in a fork

@zaktherobot
zaktherobot merged commit aa2dc74 into tommadness:master Aug 19, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants