You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Makes an stable release of your AppImage and commits the latest version to the repository, this action needs:
3
+
Makes an stable release of your AppImage and commits the latest version to the repository, this action needs a file in the current working dir called `./appinfo` with the following information:
4
4
5
-
* A file in the current working dir called `./appname` which is used for the release name.
6
-
7
-
* A file in the current working dir called `./version` which is used for the release version as well as the `LATEST_VERSION` commit to the repository.
5
+
```
6
+
X-AppImage-Name=APPNAME # used for the release name
7
+
X-AppImage-Version=VERSION # used for the release version
8
+
```
8
9
9
10
The release tag will contain the version of the application plus the current date in the following format: `VERSION@%Y-%m-%d_%s`.
11
+
12
+
The action will also commit to a `./LATEST_VERSION` file to the top of the repository containing the version of the app.
0 commit comments