From 773414388ea45fdcec5715714a35bd6d840f7e2f Mon Sep 17 00:00:00 2001 From: RoiArthurB Date: Wed, 8 Jan 2025 11:28:07 +0700 Subject: [PATCH] fixup! [GHA] Build follow new naming convention --- .github/workflows/github-travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-travis.yml b/.github/workflows/github-travis.yml index 8a1cd8e0..c824a511 100644 --- a/.github/workflows/github-travis.yml +++ b/.github/workflows/github-travis.yml @@ -45,7 +45,7 @@ jobs: run: | echo "$GAMA_KEYSTORE_BASE64" | base64 --decode > ~/gama.keystore # Config file - sed -i "s/GAMA_STORE/$GAMA_STORE/g" $GITHUB_WORKSPACE/msi.gama.experimental.parent/pom_footer.xml + sed -i "s/GAMA_STORE/$GAMA_STORE/g" $GITHUB_WORKSPACE/gama.experimental.parent/pom_footer.xml env: GAMA_KEYSTORE_BASE64: ${{ secrets.GAMA_KEYSTORE_BASE64 }} GAMA_STORE: ${{ secrets.GAMA_KEYSTORE_STOREPASS }}