Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
srikavin authored Dec 26, 2019
1 parent 49ed702 commit 8baf506
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,7 @@ jobs:
with:
arguments: desktop:dist
gradle-version: 5.6.2
- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/upload-artifact@v1
with:
release_name: Release ${{ github.sha }}
draft: false
prerelease: true
- name: Upload Release Asset
id: upload-release-asset
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./desktop/build/libs/desktop-1.0.jar
asset_name: desktop.jar
asset_content_type: application/java-archive
name: desktop.jar
path: ./desktop/build/libs/desktop-1.0.jar

0 comments on commit 8baf506

Please sign in to comment.