Fix path for script
This commit is contained in:
parent
477d810aa9
commit
e51107f1c9
|
@ -32,7 +32,7 @@ runs:
|
||||||
|
|
||||||
- name: Create Packages
|
- name: Create Packages
|
||||||
shell: bash
|
shell: bash
|
||||||
run: ./.github/actions/package.sh
|
run: $GITHUB_ACTION_PATH/package.sh
|
||||||
|
|
||||||
- name: List Artifacts
|
- name: List Artifacts
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Reference in New Issue