flatpak-github-actions icon indicating copy to clipboard operation
flatpak-github-actions copied to clipboard

need an option of auto publish built flatpak to Github

Open CNOCTAVE opened this issue 1 year ago • 1 comments

in linux shell, auto publish built flatpak to Github can run as this:

- run: gh release upload <GitHub tag> <built flatpak filename> --repo $GITHUB_REPOSITORY

See https://github.com/CNOCTAVE/octave_zstd/blob/master/.github/workflows/build-and-publish.yml , line 24.

CNOCTAVE avatar Nov 14 '24 17:11 CNOCTAVE

Can't you combine both this action with another one to do the uploading ? i saw you opened a PR but then closed it and went with a fork...

bilelmoussaoui avatar Apr 19 '25 18:04 bilelmoussaoui