Fix path for script

This commit is contained in:
Mark McDowall 2024-01-05 21:39:46 -08:00
parent 477d810aa9
commit e51107f1c9
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ runs:
- name: Create Packages
shell: bash
run: ./.github/actions/package.sh
run: $GITHUB_ACTION_PATH/package.sh
- name: List Artifacts
shell: bash