Skip to content

Commit 52826a0

Browse files
committed
fix workflow
1 parent 22e26ec commit 52826a0

3 files changed

Lines changed: 4 additions & 59 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
run: chmod +x ./gradlew
2727
- name: Execute Gradle build
2828
run: ./gradlew build
29+
env:
30+
OSARCH: x86_64
2931

3032
- name: Upload a Build Artifact
3133
uses: actions/upload-artifact@v4.6.2

.github/workflows/release-to-cf-mr.yml

Lines changed: 0 additions & 59 deletions
This file was deleted.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
run: chmod +x ./gradlew
2626
- name: Execute Gradle build
2727
run: ./gradlew build
28+
env:
29+
OSARCH: x86_64
2830

2931
- uses: ncipollo/release-action@v1.16.0
3032
with:

0 commit comments

Comments
 (0)