Skip to content

Commit

Permalink
fixup! [GHA] Build follow new naming convention
Browse files Browse the repository at this point in the history
  • Loading branch information
RoiArthurB committed Jan 8, 2025
1 parent 5e75cf9 commit 7734143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: |
echo "$GAMA_KEYSTORE_BASE64" | base64 --decode > ~/gama.keystore
# Config file
sed -i "s/<storepass>GAMA_STORE/<storepass>$GAMA_STORE/g" $GITHUB_WORKSPACE/msi.gama.experimental.parent/pom_footer.xml
sed -i "s/<storepass>GAMA_STORE/<storepass>$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 }}
Expand Down

0 comments on commit 7734143

Please sign in to comment.