Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NorseDreki authored Jan 26, 2024
1 parent 18a7767 commit aa09f2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: chmod +x gradlew

- name: Build with Gradle
run: ./gradlew assemble --info
run: ./gradlew assemble
continue-on-error: true

- name: Print environment information
Expand All @@ -67,4 +67,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: dist
path: build/bin/native/*
path: build/bin/**/*

0 comments on commit aa09f2f

Please sign in to comment.