Skip to content
This repository has been archived by the owner on Dec 24, 2023. It is now read-only.

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyvest authored Apr 20, 2021
1 parent 848140f commit f07dd10
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
@@ -24,8 +24,11 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: Launch Forge Workspace and build
run: ./gradlew setupCIWorkspace build
- name: Launch Forge Workspace
run: ./gradlew setupCIWorkspace

- name: Build the mod
run: ./gradlew build --refresh-dependencies

- name: Upload a Build Artifact
uses: actions/upload-artifact@v2.2.3

0 comments on commit f07dd10

Please sign in to comment.