@capgo/cli 4.10.49 → 4.10.51

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -90,6 +90,9 @@ jobs:
90
90
  needs: [create-valid-zip-linux, check-posix-paths-windows]
91
91
 
92
92
  steps:
93
+ - name: Checkout repository
94
+ uses: actions/checkout@v4
95
+
93
96
  - name: Download build-linux.zip artifact
94
97
  uses: actions/download-artifact@v4
95
98
  with:
@@ -129,8 +132,11 @@ jobs:
129
132
  distribution: 'zulu'
130
133
  java-version: '17'
131
134
 
135
+ - name: Compile VerifyZip.java
136
+ run: javac VerifyZip.java
137
+
132
138
  - name: Verify ZIP file integrity for Linux build with Java
133
- run: java ./test/VerifyZip.java build-linux.zip
139
+ run: java VerifyZip build-linux.zip
134
140
 
135
141
  - name: Download build-windows-2019.zip artifact
136
142
  uses: actions/download-artifact@v4
@@ -196,8 +202,7 @@ jobs:
196
202
  fi
197
203
 
198
204
  - name: Verify ZIP file integrity for Windows 2019 build with Java
199
- run: java ./test/VerifyZip.java build-windows-2019.zip
205
+ run: java VerifyZip build-windows-2019.zip
200
206
 
201
207
  - name: Verify ZIP file integrity for Windows 2022 build with Java
202
- run: java ./test/VerifyZip.java build-windows-2022.zip
203
-
208
+ run: java VerifyZip build-windows-2022.zip
package/CHANGELOG.md CHANGED
@@ -2,6 +2,20 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [4.10.51](https://github.com/Cap-go/CLI/compare/v4.10.50...v4.10.51) (2024-06-21)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * add missing checkout ([5428a4f](https://github.com/Cap-go/CLI/commit/5428a4f6f4ccf92391433cc6b48eca75e1f92fa9))
11
+
12
+ ### [4.10.50](https://github.com/Cap-go/CLI/compare/v4.10.49...v4.10.50) (2024-06-21)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * java ([502052c](https://github.com/Cap-go/CLI/commit/502052c192253e0629e328dcbedd55fd75cbdef8))
18
+
5
19
  ### [4.10.49](https://github.com/Cap-go/CLI/compare/v4.10.48...v4.10.49) (2024-06-21)
6
20
 
7
21
 
package/dist/index.js CHANGED
@@ -112906,7 +112906,7 @@ var {
112906
112906
  // package.json
112907
112907
  var package_default = {
112908
112908
  name: "@capgo/cli",
112909
- version: "4.10.49",
112909
+ version: "4.10.51",
112910
112910
  description: "A CLI to upload to capgo servers",
112911
112911
  author: "github.com/riderx",
112912
112912
  license: "Apache 2.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/cli",
3
- "version": "4.10.49",
3
+ "version": "4.10.51",
4
4
  "description": "A CLI to upload to capgo servers",
5
5
  "author": "github.com/riderx",
6
6
  "license": "Apache 2.0",