-
Notifications
You must be signed in to change notification settings - Fork 75
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
Also generate updateinformation for GitHub Actions, GitHub Workflows #54
Comments
GitHub automatically creates a |
In order to generate updateinformation, we would probably have to internalize what
does so that we can be sure that the resulting AppImages are uploaded to the proper location. Blocked by: Or, it would be neat if we could parse the above yml from within appimagetool and hence know the value of |
Work started in 7fab455 Currently it produces wrong update information for continuous builds:
Here, it would need to be |
We should probably also remove support for Travis CI... |
Is there a way to generate a
I receive the following message when building with GITHUB ACTIONS passing the Tested with: mkappimage-709-x86_64.AppImage and appimagetool-709-x86_64.AppImage Using linuxdeploy, linuxdeployqt and appimagetool (non-go) produce the file, but I want to transition to libfuse embedded for Ubuntu 22.04. |
Work started in 7fab455 You need to use Does that work better? ( |
Sounds similar to
in probonopd/static-tools#32 (comment) - so this is still wrong. |
The presence of the env
GITHUB_WORKFLOW
signals that we are running in a GitHub Action. We should do some automatic similar to what we are doing for Travis CI.https://docs.github.com/en/actions/configuring-and-managing-workflows/using-environment-variables#default-environment-variables
The text was updated successfully, but these errors were encountered: