We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aea2a8 commit e3cddbaCopy full SHA for e3cddba
1 file changed
.github/workflows/publish-release.yml
@@ -139,6 +139,9 @@ jobs:
139
cache: 'gradle'
140
- name: Make gradle wrapper executable
141
run: chmod +x ./gradlew
142
+ - name: Workaround for FG7
143
+ run: ./gradlew
144
+ if: matrix.loader == 'forge'
145
- name: Build common artifact
146
run: ./gradlew :common:build '-Pversion=${{needs.create-release.outputs.version}}'
147
- name: Upload common artifact
@@ -172,6 +175,9 @@ jobs:
172
175
with:
173
176
name: common-artifact
174
177
path: common/build
178
179
180
181
- name: Build ${{ matrix.loader }} artifact
182
run: ./gradlew :${{ matrix.loader }}:build '-Pversion=${{needs.create-release.outputs.version}}'
183
- name: Upload ${{ matrix.loader }} artifact
0 commit comments