Skip to content

Commit

Permalink
Rewrite package build to include dependencies (#25)
Browse files Browse the repository at this point in the history
* Trigger CI

* Trigger CI

* Trigger CI

* Trigger CI

* feat: ok

* Rewrite all build

* clean
  • Loading branch information
Tchoupinax authored Dec 22, 2024
1 parent 9530e69 commit f2bea35
Show file tree
Hide file tree
Showing 30 changed files with 4,641 additions and 31,112 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pull-request-action-self-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
pull_request:
paths:
- "src/**/.ts"
- "package.json"
- "yarn.lock"

jobs:
setup-iggy:
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ outputs:
description: "The Iggy version that was launched."
runs:
using: "node20"
main: "dist/index.js"
main: "dist/main/index.js"
# post-if: "failure()" # TODO Improve later with conditional input
post: "dist/post.js"
post: "dist/post/index.js"

# https://actions-cool.github.io/github-action-branding
branding:
Expand Down
58 changes: 0 additions & 58 deletions dist/binary.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/binary.js.map

This file was deleted.

28 changes: 0 additions & 28 deletions dist/functions/download-binary.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/functions/download-binary.js.map

This file was deleted.

63 changes: 0 additions & 63 deletions dist/functions/upload-artifacts.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/functions/upload-artifacts.js.map

This file was deleted.

Loading

0 comments on commit f2bea35

Please sign in to comment.