mirror of
https://github.com/tomasff/BeesPlus.git
synced 2024-11-22 10:05:19 +01:00
Restore build.yml
This commit is contained in:
parent
93a01271fe
commit
5140310b87
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Build
|
||||
name: Java CI
|
||||
|
||||
on:
|
||||
push:
|
||||
@ -28,12 +28,8 @@ jobs:
|
||||
release_name: Release ${{ github.ref }}
|
||||
draft: true
|
||||
prerelease: false
|
||||
- name: Upload release asset
|
||||
id: upload_release_asset
|
||||
uses: actions/upload-release-asset@v1.0.2
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Upload release artifact
|
||||
id: upload_release_artifact
|
||||
uses: actions/upload-artifact@v2.0.1
|
||||
with:
|
||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||
asset_path: ${{ github.workspace }}/target/BeesPlus-*.jar
|
||||
asset_content_type: application/java-archive
|
||||
path: ${{ github.workspace }}/target/BeesPlus-*.jar
|
Loading…
Reference in New Issue
Block a user