27 Commits

Author SHA1 Message Date
Dwi Siswanto
6a9a64eaf0
refactor: init DIST w/ prefix for FILENAME
Signed-off-by: Dwi Siswanto <git@dw1.io>
v1.2.0
2025-01-12 09:52:48 +07:00
Dwi Siswanto
da3b74f054
fix: unable to locate executable file err
cuz the binary is wraps in directory

Signed-off-by: Dwi Siswanto <git@dw1.io>
2025-01-12 09:43:18 +07:00
Dwi Siswanto
adc0faf08f
refactor: use @actions/tool-cache instead of @actions/cache
Signed-off-by: Dwi Siswanto <git@dw1.io>
2025-01-12 09:28:37 +07:00
Dwi Siswanto
6604e0979a
chore: audit fix
Signed-off-by: Dwi Siswanto <git@dw1.io>
2025-01-12 09:06:52 +07:00
Dwi Siswanto
31149f3261
fix: TAR_BAD_ARCHIVE, enabled gzip when tar.x
Signed-off-by: Dwi Siswanto <git@dw1.io>
2025-01-12 08:55:41 +07:00
Dwi Siswanto
963e4b0b96
fix: CERT_HAS_EXPIRED, update source URL (#16)
* chore(deps): bump `@types/node` version

Signed-off-by: Dwi Siswanto <git@dw1.io>

* fix: `CERT_HAS_EXPIRED`, update source `URL`

Signed-off-by: Dwi Siswanto <git@dw1.io>

---------

Signed-off-by: Dwi Siswanto <git@dw1.io>
2025-01-12 08:44:03 +07:00
luo jiyin
941099c9ae
chore: bump Node version to node20 (#13)
* update to nodejs20

* fix type error
v1.1.2
2024-07-29 16:37:34 +07:00
Dwi Siswanto
e641d62304
chore: bump pkg version
Signed-off-by: Dwi Siswanto <git@dw1.io>
v1.1.1
2024-04-05 20:10:43 +07:00
dependabot[bot]
b874b90ce5
build(deps): bump undici from 5.28.3 to 5.28.4 (#10)
Bumps [undici](https://github.com/nodejs/undici) from 5.28.3 to 5.28.4.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v5.28.3...v5.28.4)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-05 00:39:09 +07:00
Dwi Siswanto
738b3d778d
docs: update important notes
Signed-off-by: Dwi Siswanto <me@dw1.io>
2024-03-22 00:31:17 +07:00
Dwi Siswanto
cceeb30d2e
build: bump package version
Signed-off-by: Dwi Siswanto <me@dw1.io>
v1.1 v1.1.0
2024-03-22 00:26:23 +07:00
Dwi Siswanto
a8d8f573cf
chore: rm prefixed error msg
Signed-off-by: Dwi Siswanto <me@dw1.io>
2024-03-22 00:25:26 +07:00
Dwi Siswanto
f67be5d91a
build: compile sources
Signed-off-by: Dwi Siswanto <me@dw1.io>
2024-03-22 00:21:46 +07:00
Dwi Siswanto
1fe2ce2532
feat: cache the bin (#8)
* feat: cache the bin

Signed-off-by: Dwi Siswanto <me@dw1.io>

* feat: print error while get cache

Signed-off-by: Dwi Siswanto <me@dw1.io>

---------

Signed-off-by: Dwi Siswanto <me@dw1.io>
2024-03-22 00:19:33 +07:00
Dwi Siswanto
728af0acc6
ci(test): add *dev branch as trigger
Signed-off-by: Dwi Siswanto <me@dw1.io>
2024-03-22 00:12:20 +07:00
Dwi Siswanto
51063f6fac
docs: update blockquote notes
(adapt https://github.com/orgs/community/discussions/16925)

Signed-off-by: Dwi Siswanto <me@dw1.io>
2023-11-17 21:20:33 +07:00
Dwi Siswanto
0c1be445bf
build(ci): add pull_request & workflow_dispatch events 2023-10-02 23:49:04 +07:00
Dwi Siswanto
beb11ec385
chore: bump version v1.0.3 2023-10-02 23:44:59 +07:00
Dwi Siswanto
b89bf239e0
build: compile src 2023-10-02 23:43:11 +07:00
Dwi Siswanto
deb5cdee44
feat: default continue mode behaviour
Signed-off-by: Dwi Siswanto <me@dw1.io>
2023-10-02 22:42:39 +07:00
Dwi Siswanto
192819dddf
fix: requiring tag input
Signed-off-by: Dwi Siswanto <me@dw1.io>
2023-10-02 22:13:02 +07:00
Amir Pourmand
a120d8dc24
Fix Default Parameter Problem (#5) 2023-10-02 21:52:28 +07:00
Dwi Siswanto
1ca67f5c1a
docs: fix warning notice 2023-08-15 01:13:52 +07:00
Dwi Siswanto
8485ba730b
chore: bump package v1.0.1 2023-08-15 01:12:20 +07:00
Dwi Siswanto
dd97b7e007
feat: update version retrieval logic
Updated the version retrieval logic in the `get_slim`
function of `index.ts` to correctly assign the `VER`
variable based on the provided `inputVersion`.
This change ensures that the appropriate version tag
is assigned even when a specific input version is
provided, enhancing the reliability of version
handling.

Fix #3

Signed-off-by: Dwi Siswanto <me@dw1.io>
2023-08-15 01:11:46 +07:00
Dwi Siswanto
427097c507
docs: typo example instruction 2023-03-09 14:18:00 +07:00
Dwi Siswanto
9b51ec7470
init 1 2023-03-08 16:00:33 +07:00