Skip to content

Commit

Permalink
Updating CLI to include the same inputs that the action supports
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-murray authored Dec 18, 2023
1 parent 4efffec commit 677cb9c
Show file tree
Hide file tree
Showing 7 changed files with 9,769 additions and 9,500 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_executables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- name: Build executables
run: |
npm run base-build
npm run build
npm run build-exe
- name: Attach artifacts
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 GitHub, Inc
Copyright (c) 2023 GitHub, Inc

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ inputs:


runs:
using: node16
using: node20
main: dist/index.js
Loading

0 comments on commit 677cb9c

Please sign in to comment.