Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
zeyogh committed Jul 17, 2024
1 parent 89fc967 commit 3ab40b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/collect-jars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ echo "copying pointmark jar..."
cd ../../
pwd
ls -d */
cp pointmark-1.0.${{ env.VERSION_NUMBER }}.jar ./pointmark-1.0.${{ env.VERSION_NUMBER }}.jar
cp pointmark-1.0.${VERSION_NUMBER}.jar ./pointmark-1.0.${VERSION_NUMBER}.jar

# https://figshare.com/articles/dataset/Custom_toolbars_and_mini_applications_with_Action_Bar/3397603
echo "downloading action_bar.jar..."
Expand Down

0 comments on commit 3ab40b3

Please sign in to comment.