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
* Push built image to the registry, so that it doesn't need to be built during the action run.
6
+
* Updates the images PHP runtime to 8.4.
7
+
8
+
## 0.2.0
9
+
10
+
* Drop use of deprecated `set-ouput` command. For more information, see https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/.
11
+
12
+
## 0.1.6
13
+
14
+
* Takes plugin version number from `GITHUB_REF`. The resulting plugin version will be resolved from the tag or
15
+
branch name that triggered the run, allowing so that it does not need to be kept up-to-date in `manifest.json`.
16
+
* Update [mtxpc](https://github.com/gocom/MassPlugCompiler) to version 0.8.0.
17
+
18
+
## 0.1.5
19
+
20
+
* Update [mtxpc](https://github.com/gocom/MassPlugCompiler) to version 0.7.0.
21
+
22
+
## 0.1.4
23
+
24
+
* Update [mtxpc](https://github.com/gocom/MassPlugCompiler) to version 0.6.0.
25
+
26
+
## 0.1.3
27
+
28
+
* Migrate to the newer [mtxpc](https://github.com/gocom/MassPlugCompiler) plugin compiler version 0.4.0.
29
+
30
+
## 0.1.2
31
+
32
+
* No code changes, corrected README.md.
33
+
34
+
## 0.1.1
35
+
36
+
* Correct `compressed` and `uncompressed` output's paths.
| `source` | Path to the plugin source directory containing `manifest.json`. The path is relative to the repository root. | Defaults to repository root directory. |
48
+
| `output` | Path to the output directory where build artifacts are saved to, relative to `$GITHUB_WORKSPACE`. | `build/packages`. |
50
49
51
50
Output Variables
52
51
-----
53
52
54
-
* **name**
55
-
The name of the built plugin.
56
-
* **version**
57
-
The version number from the manifest file.
58
-
* **compressed**
59
-
Path to the compressed plugin installer file, relative to `$GITHUB_WORKSPACE`.
60
-
* **uncompressed**
61
-
Path to the uncompressed plugin installer file, relative to `$GITHUB_WORKSPACE`.
0 commit comments