Skip to content

Commit 4a036de

Browse files
fix inputs
1 parent 6e0155e commit 4a036de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/sign_and_upload_package/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ runs:
3535

3636
- name: Make signatures directory
3737
shell: bash
38-
run: mkdir ${{ input.artifact_directory }}
38+
run: mkdir ${{ inputs.artifact_directory }}
3939

4040
- name: Load version and package info
4141
uses: baileympearson/drivers-github-tools/node/get_version_info@add-signing-env-action-for-node
@@ -54,7 +54,7 @@ runs:
5454
with:
5555
filenames: ${{ inputs.filenames }}
5656
env:
57-
RELEASE_ASSETS: ${{ input.artifact_directory }}
57+
RELEASE_ASSETS: ${{ inputs.artifact_directory }}
5858

5959
- name: Copy the tarballs to the artifacts directory
6060
shell: bash

0 commit comments

Comments
 (0)