Skip to content

Commit

Permalink
actions++
Browse files Browse the repository at this point in the history
  • Loading branch information
vpenades committed May 12, 2024
1 parent 0942c51 commit 4a87b79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/BuildPackages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:

- name: Build
run: |
chmod +x build.sh
build.sh $nuget-semver
chmod +x ./build.sh
./build.sh $nuget-semver
# --------------------------------------------- publish

Expand Down

0 comments on commit 4a87b79

Please sign in to comment.