Skip to content

Commit

Permalink
Upload bundle information in GitHub Actions (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahgraham committed Aug 25, 2023
1 parent c878f05 commit 21f093a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -33,3 +33,9 @@ jobs:
maven-version: 3.9.2
- name: Build with Maven
run: mvn clean verify -Pepp.package.${{ matrix.package }}
- name: Upload bundle information
uses: actions/upload-artifact@v3
if: success() || failure()
with:
name: bundles.info for ${{ matrix.package }}
path: '**/configuration/org.eclipse.equinox.simpleconfigurator/bundles.info'

0 comments on commit 21f093a

Please sign in to comment.