mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-29 08:40:37 +02:00
test upload without condition
This commit is contained in:
3
.github/workflows/maven.yml
vendored
3
.github/workflows/maven.yml
vendored
@@ -14,7 +14,6 @@ jobs:
|
||||
- os: ubuntu-latest
|
||||
java: 1.14
|
||||
- os: ubuntu-latest
|
||||
java: 1.8
|
||||
upload: true
|
||||
|
||||
steps:
|
||||
@@ -26,7 +25,7 @@ jobs:
|
||||
- name: Build with Maven
|
||||
run: mvn -B package assembly:single --file pom.xml
|
||||
- name: upload jar as asset
|
||||
if: matrix.upload && github.ref == 'main'
|
||||
if: matrix.upload
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: zipped-ripme-jar
|
||||
|
Reference in New Issue
Block a user