Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hummel009 authored Jan 27, 2024
1 parent 7fd8c00 commit 4bd1988
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,3 @@ jobs:
uses: gradle/gradle-build-action@main
with:
arguments: build
- name: Upload Artifact
uses: actions/upload-artifact@main
with:
name: compiled-artifact
path: |
./appKotlinNative/build/bin/mingwX64/releaseExecutable/*.exe
./appKotlinJvm/build/libs/*.jar
./appJava/build/libs/*.jar

0 comments on commit 4bd1988

Please sign in to comment.