Skip to content

Commit e3cddba

Browse files
committed
ci: Add CI workaround for FG7
1 parent 8aea2a8 commit e3cddba

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/publish-release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,9 @@ jobs:
139139
cache: 'gradle'
140140
- name: Make gradle wrapper executable
141141
run: chmod +x ./gradlew
142+
- name: Workaround for FG7
143+
run: ./gradlew
144+
if: matrix.loader == 'forge'
142145
- name: Build common artifact
143146
run: ./gradlew :common:build '-Pversion=${{needs.create-release.outputs.version}}'
144147
- name: Upload common artifact
@@ -172,6 +175,9 @@ jobs:
172175
with:
173176
name: common-artifact
174177
path: common/build
178+
- name: Workaround for FG7
179+
run: ./gradlew
180+
if: matrix.loader == 'forge'
175181
- name: Build ${{ matrix.loader }} artifact
176182
run: ./gradlew :${{ matrix.loader }}:build '-Pversion=${{needs.create-release.outputs.version}}'
177183
- name: Upload ${{ matrix.loader }} artifact

0 commit comments

Comments
 (0)