Skip to content

Commit

Permalink
working on build
Browse files Browse the repository at this point in the history
  • Loading branch information
redrezo committed Jul 20, 2020
1 parent f5535d5 commit 67b40f2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
- uses: actions/checkout@v2
- uses: eskatos/gradle-command-action@v1
with:
build-root-directory: native
arguments: publish
arguments: -i :native:driftfx:publish :native:driftcpp:publish
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/upload-artifact@v1
Expand Down Expand Up @@ -55,7 +54,7 @@ jobs:
path: native-repo
- uses: eskatos/gradle-command-action@v1
with:
arguments: buildMultireleaseJar
arguments: -i buildMultireleaseJar
- uses: actions/upload-artifact@v1
with:
name: artifact-unsigned
Expand Down

0 comments on commit 67b40f2

Please sign in to comment.