diff --git a/.github/workflows/tagged-release.yml b/.github/workflows/tagged-release.yml index 2077928..e92533e 100644 --- a/.github/workflows/tagged-release.yml +++ b/.github/workflows/tagged-release.yml @@ -19,7 +19,7 @@ jobs: # Runs a single command using the runners shell - name: Create settings.jar - run: buildjar.sh + run: ./buildjar.sh # Runs a set of commands using the runners shell - name: Run a multi-line script