Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zengkid authored Nov 6, 2020
1 parent 7e5f353 commit 4f3ae18
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,7 @@ jobs:
./gradlew build
pwd
ls build/libs/SmartTomcat-*.jar
- name: Upload to artifacts
uses: actions/upload-artifact@v1
with:
name: vyos-lts
path: 'build/libs/SmartTomcat-*.jar'

- name: Upload to releasex
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 4f3ae18

Please sign in to comment.