Skip to content

Commit

Permalink
fix workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
himadieievsv committed Jul 21, 2020
1 parent 6f99681 commit 2cfb5a5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ jobs:
path: ./reports.zip

- uses: actions/upload-artifact@v2
if: success()
with:
name: gem
path: ./pkg/*.gem
if: success()
with:
name: gem
path: ./pkg/*.gem

- uses: actions/upload-artifact@v2
if: success()
with:
name: jar
path: ./build/libs/*.jar
if: success()
with:
name: jar
path: ./build/libs/*.jar

0 comments on commit 2cfb5a5

Please sign in to comment.