diff --git a/.github/workflows/maven.yaml b/.github/workflows/maven.yaml index b268ec43..1aad9818 100644 --- a/.github/workflows/maven.yaml +++ b/.github/workflows/maven.yaml @@ -40,30 +40,26 @@ jobs: - name: Build with Maven (bundles) run: | cd org.eclipse.rmf.releng - mvn clean install -P platform-eclipse-2023-06 - - name: Build with Maven (product) - run: | - cd org.eclipse.rmf.releng.product - mvn clean package -P platform-eclipse-2023-06 + mvn clean install - name: Archive production artifacts (Win x86_64) uses: actions/upload-artifact@v3 with: name: org.eclipse.rmf.reqif10.pror.product-win32.win32.x86_64 path: | - org.eclipse.rmf.releng.product/target/products/org.eclipse.rmf.reqif10.pror.product-win32.win32.x86_64.zip + org.eclipse.rmf.releng.product/target/products/org.eclipse.rmf.reqif10.pror.product*win32.win32.x86_64.zip - name: Archive production artifacts (MacOS x86_64) uses: actions/upload-artifact@v3 with: name: org.eclipse.rmf.reqif10.pror.product-macosx.cocoa.x86_64 path: | - org.eclipse.rmf.releng.product/target/products/org.eclipse.rmf.reqif10.pror.product-macosx.cocoa.x86_64.tar.gz + org.eclipse.rmf.releng.product/target/products/org.eclipse.rmf.reqif10.pror.product*macosx.cocoa.x86_64.tar.gz - name: Archive production artifacts (Linux x86_64) uses: actions/upload-artifact@v3 with: name: org.eclipse.rmf.reqif10.pror.product-linux.gtk.x86_64 path: | - org.eclipse.rmf.releng.product/target/products/org.eclipse.rmf.reqif10.pror.product-linux.gtk.x86_64.tar.gz + org.eclipse.rmf.releng.product/target/products/org.eclipse.rmf.reqif10.pror.product*linux.gtk.x86_64.tar.gz # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive