@capgo/cli 4.10.32 → 4.10.33

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.
@@ -65,7 +65,7 @@ jobs:
65
65
 
66
66
  - name: Verify POSIX paths for Windows 2019 build
67
67
  run: |
68
- unzip build-windows-2019 -d extracted-2019
68
+ unzip /home/runner/work/CLI/CLI/build-windows-2019 -d extracted-2019
69
69
  error_found=false
70
70
  find extracted-2019 -type f | while read -r file; do
71
71
  if [[ "$file" =~ "\\" ]]; then
@@ -82,7 +82,7 @@ jobs:
82
82
 
83
83
  - name: Verify POSIX paths for Windows 2022 build
84
84
  run: |
85
- unzip build-windows-2022 -d extracted-2022
85
+ unzip /home/runner/work/CLI/CLI/build-windows-2022 -d extracted-2022
86
86
  error_found=false
87
87
  find extracted-2022 -type f | while read -r file; do
88
88
  if [[ "$file" =~ "\\" ]]; then
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
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.33](https://github.com/Cap-go/CLI/compare/v4.10.32...v4.10.33) (2024-06-21)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * path unzip ([4a58dc1](https://github.com/Cap-go/CLI/commit/4a58dc19b7623730b7034262aa8a6e2c96748084))
11
+
5
12
  ### [4.10.32](https://github.com/Cap-go/CLI/compare/v4.10.31...v4.10.32) (2024-06-21)
6
13
 
7
14
 
package/dist/index.js CHANGED
@@ -109059,7 +109059,7 @@ var {
109059
109059
  // package.json
109060
109060
  var package_default = {
109061
109061
  name: "@capgo/cli",
109062
- version: "4.10.32",
109062
+ version: "4.10.33",
109063
109063
  description: "A CLI to upload to capgo servers",
109064
109064
  author: "github.com/riderx",
109065
109065
  license: "Apache 2.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/cli",
3
- "version": "4.10.32",
3
+ "version": "4.10.33",
4
4
  "description": "A CLI to upload to capgo servers",
5
5
  "author": "github.com/riderx",
6
6
  "license": "Apache 2.0",