GH Hosted: yml syntax error

This commit is contained in:
aboyko
2023-07-13 15:54:13 -04:00
parent a0878404d6
commit 148d76f760
2 changed files with 4 additions and 4 deletions

View File

@@ -92,9 +92,9 @@ jobs:
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
with:
sparse-checkout: |
.github
with:
sparse-checkout: |
.github
- uses: actions/download-artifact@cbed621e49e4c01b044d60f6c80ea4ed6328b281
with:
name: win-zips-${{ github.run_id }}.${{ github.run_attempt }}

View File

@@ -1,2 +1,2 @@
./mvnw clean package -Pe428 -Psnapshot -Dsigning.skip=true -Dhttpclient.retry-max=20 -Dmaven.test.skip=true -Declipse.p2.mirrors=false -Dtycho.localArtifacts=ignore -Dorg.eclipse.equinox.p2.transport.ecf.retry=5 -Dskip.osx.signing=true -Dskip.win.signing=true -Dskip.osx.notarizing=true
./mvnw clean install -Pe428 -Psnapshot -Dsigning.skip=true -Dhttpclient.retry-max=20 -Dmaven.test.skip=true -Declipse.p2.mirrors=false -Dtycho.localArtifacts=ignore -Dorg.eclipse.equinox.p2.transport.ecf.retry=5 -Dskip.osx.signing=true -Dskip.win.signing=true -Dskip.osx.notarizing=true