kopia lustrzana https://github.com/jameshball/osci-render
Remove broken ubuntu release
rodzic
0c3a3b7319
commit
1d1f14a1d9
|
@ -34,29 +34,3 @@ jobs:
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
GITHUB_REPOSITORY: jameshball/osci-render
|
GITHUB_REPOSITORY: jameshball/osci-render
|
||||||
|
|
||||||
release-debian:
|
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- name: Set up JDK 15
|
|
||||||
uses: actions/setup-java@v2
|
|
||||||
with:
|
|
||||||
java-version: '15'
|
|
||||||
distribution: 'adopt'
|
|
||||||
- name: Build with Maven
|
|
||||||
run: |
|
|
||||||
mvn -B package
|
|
||||||
mvn -B jpackage:jpackage@debian
|
|
||||||
version=$(mvn help:evaluate -Dexpression="project.version" -q -DforceStdout)
|
|
||||||
echo "VERSION=$version" >> $GITHUB_ENV
|
|
||||||
- name: Release
|
|
||||||
uses: softprops/action-gh-release@v1
|
|
||||||
with:
|
|
||||||
tag_name: v${{ env.VERSION }}
|
|
||||||
files: target/osci-render-${{ env.VERSION }}.deb
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
GITHUB_REPOSITORY: jameshball/osci-render
|
|
||||||
|
|
Ładowanie…
Reference in New Issue