Skip to content

Commit

Permalink
fixed build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
redrezo committed Aug 3, 2020
1 parent f20a9e9 commit bbd51fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v2
- uses: eskatos/gradle-command-action@v1
with:
arguments: -i :native:driftfx:publish :native:driftcpp:publish
arguments: -i :org.eclipse.fx.drift.native:publish :native-driftcpp:publish
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/upload-artifact@v1
Expand Down Expand Up @@ -70,4 +70,4 @@ jobs:
arguments: notifyJenkins
env:
GH_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
JENKINS_ACCESS_TOKEN: ${{ secrets.JENKINS_ACCESS_TOKEN }}
JENKINS_ACCESS_TOKEN: ${{ secrets.JENKINS_ACCESS_TOKEN }}

0 comments on commit bbd51fc

Please sign in to comment.