You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by tj...@apache.org on 2020/09/28 15:14:34 UTC

[felix-atomos] branch master updated: Update name for substrate build in workflow

This is an automated email from the ASF dual-hosted git repository.

tjwatson pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-atomos.git


The following commit(s) were added to refs/heads/master by this push:
     new 77a0609  Update name for substrate build in workflow
77a0609 is described below

commit 77a06091ba254af50798fa91794ae5af1be66ab5
Author: Thomas Watson <tj...@us.ibm.com>
AuthorDate: Mon Sep 28 10:12:40 2020 -0500

    Update name for substrate build in workflow
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index b481fdf..52e8434 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -38,6 +38,6 @@ jobs:
     - name: Install substrate native-image support
       if: matrix.os == 'ubuntu-latest'
       run: gu install native-image
-    - name: Build Equinox substrate example
+    - name: Build substrate lib example
       if: matrix.os == 'ubuntu-latest'
       run: ./mvnw clean package -f atomos.examples/atomos.examples.substrate.lib/pom.xml