We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e0155e commit 4a036deCopy full SHA for 4a036de
.github/actions/sign_and_upload_package/action.yml
@@ -35,7 +35,7 @@ runs:
35
36
- name: Make signatures directory
37
shell: bash
38
- run: mkdir ${{ input.artifact_directory }}
+ run: mkdir ${{ inputs.artifact_directory }}
39
40
- name: Load version and package info
41
uses: baileympearson/drivers-github-tools/node/get_version_info@add-signing-env-action-for-node
@@ -54,7 +54,7 @@ runs:
54
with:
55
filenames: ${{ inputs.filenames }}
56
env:
57
- RELEASE_ASSETS: ${{ input.artifact_directory }}
+ RELEASE_ASSETS: ${{ inputs.artifact_directory }}
58
59
- name: Copy the tarballs to the artifacts directory
60
0 commit comments