Skip to content

Commit

Permalink
change to bash
Browse files Browse the repository at this point in the history
  • Loading branch information
phyzical committed Oct 2, 2024
1 parent 45df395 commit a59a717
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Run pkg_build.sh
run: ./pkg_build.sh
run: bash pkg_build.sh
- name: Commit changes
run: |
git add archive/* *.plg
Expand Down
Empty file modified pkg_build.sh
100644 → 100755
Empty file.

0 comments on commit a59a717

Please sign in to comment.