Skip to content

Commit

Permalink
Commit executable permission to setupPaperNMS.sh
Browse files Browse the repository at this point in the history
Remote files can have their permissions set, though I don't know of an easy way to see those permissions. This commit adds the executable permission to `setupPaperNMS.sh`, so you don't need to run `chmod` yourself when checking out the repo.
  • Loading branch information
willkroboth authored and DerEchtePilz committed Jul 26, 2024
1 parent fb8b3a0 commit fce7eba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,7 @@ jobs:
### Compilation ###

- name: Setup Paper NMS for all applicable versions
run: |
chmod +x ./setupPaperNMS.sh
./setupPaperNMS.sh
run: ./setupPaperNMS.sh

- name: Build the CommandAPI (Bukkit+Velocity) using maven
run: mvn clean install --batch-mode -P Platform.Bukkit,Platform.Velocity
Expand Down
Empty file modified setupPaperNMS.sh
100644 → 100755
Empty file.

0 comments on commit fce7eba

Please sign in to comment.