mirror of
https://github.com/kuroppoi/entralinked.git
synced 2026-04-25 07:36:52 -05:00
Executable flag shenanigans
This commit is contained in:
parent
1f08ed39f5
commit
2d4135bf93
2
.github/workflows/dist-pull-request.yml
vendored
2
.github/workflows/dist-pull-request.yml
vendored
|
|
@ -13,6 +13,8 @@ jobs:
|
|||
with:
|
||||
java-version: 17
|
||||
distribution: temurin
|
||||
- name: Make gradlew executable
|
||||
run: chmod +x ./gradlew
|
||||
- name: Setup Gradle
|
||||
uses: gradle/gradle-build-action@v2
|
||||
- name: Run Gradle dist
|
||||
|
|
|
|||
2
.github/workflows/dist-upload-artifact.yml
vendored
2
.github/workflows/dist-upload-artifact.yml
vendored
|
|
@ -13,6 +13,8 @@ jobs:
|
|||
with:
|
||||
java-version: 17
|
||||
distribution: temurin
|
||||
- name: Make gradlew executable
|
||||
run: chmod +x ./gradlew
|
||||
- name: Setup Gradle
|
||||
uses: gradle/gradle-build-action@v2
|
||||
- name: Run Gradle dist
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user