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
| cookie | The Forum Cookie to authenticate | Go to [forum.cfx.re](https://forum.cfx.re) and inspect the page with your browser's dev tools. Then search for the `_t` cookie. |
50
-
| zipPath | The path to your ZIP file that should be uploaded | This is the file location of your packed ZIP file inside the Workflow Container, usually stored in `/home/...`. |
51
-
| assetId | The Asset ID, which is a unique ID in the portal | The Asset ID can be found at [portal.cfx.re](https://portal.cfx.re/assets/created-assets).  |
52
-
| chunkSize (Optional) | How large one chunk is for upload. Default: 2097152 bytes | |
| cookie | string | The Forum Cookie to authenticate | Go to [forum.cfx.re](https://forum.cfx.re) and inspect the page with your browser's dev tools. Then search for the `_t` cookie. |
48
+
| makeZip | boolean? | Automatically ZIP the full repository to upload it (default: true) | This will remove the folders `.git/`/`.github/`/`.vscode/` from the repository before zipping. |
49
+
| assetName | string | The asset name to re-upload | This is the name of the asset you want to re-upload. |
50
+
| assetId | number | The Asset ID, which is a unique ID in the portal | The Asset ID can be found at [portal.cfx.re](https://portal.cfx.re/assets/created-assets).  |
51
+
| zipPath | string? | The path to your ZIP file that should be uploaded | This is the file location of your packed ZIP file inside the Workflow Container, usually stored in `/home/...`. |
52
+
| maxRetries | number? | The maximum number of retries. (default: 3) | This is the maximum number of times the login will be retried if it fails. |
53
+
| chunkSize | number? | How large one chunk is for upload. Default: 2097152 bytes | |
54
+
55
+
> [!NOTE]
56
+
>
57
+
> `?` after the type indicates that the parameter is optional. if no assetName
58
+
> or assetId is provided, the repository name will be used as assetName.
0 commit comments