@@ -40,59 +40,59 @@ jobs:
4040 - name : Example Ant Build - ComponentsExplorer
4141 working-directory : examples/ComponentsExplorer
4242 run : |
43- ant build-web
43+ ant build-web -Dflashsdk.root="${{ env.AIR_HOME }}" -Dstarling.root="$GITHUB_WORKSPACE/starling/starling/src"
4444 - name : Example Ant Build - DragAndDrop
4545 working-directory : examples/DragAndDrop
4646 run : |
47- ant build
47+ ant build -Dflashsdk.root="${{ env.AIR_HOME }}" -Dstarling.root="$GITHUB_WORKSPACE/starling/starling/src"
4848 - name : Example Ant Build - DrawersExplorer
4949 working-directory : examples/DrawersExplorer
5050 run : |
51- ant build-web
51+ ant build-web -Dflashsdk.root="${{ env.AIR_HOME }}" -Dstarling.root="$GITHUB_WORKSPACE/starling/starling/src"
5252 - name : Example Ant Build - HelloWorld
5353 working-directory : examples/HelloWorld
5454 run : |
55- ant build-web
55+ ant build-web -Dflashsdk.root="${{ env.AIR_HOME }}" -Dstarling.root="$GITHUB_WORKSPACE/starling/starling/src"
5656 - name : Example Ant Build - LayoutExplorer
5757 working-directory : examples/LayoutExplorer
5858 run : |
59- ant build-web
59+ ant build-web -Dflashsdk.root="${{ env.AIR_HOME }}" -Dstarling.root="$GITHUB_WORKSPACE/starling/starling/src"
6060 - name : Example Ant Build - Magic8Chat
6161 working-directory : examples/Magic8Chat
6262 run : |
63- ant build-web
63+ ant build-web -Dflashsdk.root="${{ env.AIR_HOME }}" -Dstarling.root="$GITHUB_WORKSPACE/starling/starling/src"
6464 - name : Example Ant Build - PullToRefresh
6565 working-directory : examples/PullToRefresh
6666 run : |
67- ant build-web
67+ ant build-web -Dflashsdk.root="${{ env.AIR_HOME }}" -Dstarling.root="$GITHUB_WORKSPACE/starling/starling/src"
6868 - name : Example Ant Build - StackScreenNavigatorExplorer
6969 working-directory : examples/StackScreenNavigatorExplorer
7070 run : |
71- ant build-web
71+ ant build-web -Dflashsdk.root="${{ env.AIR_HOME }}" -Dstarling.root="$GITHUB_WORKSPACE/starling/starling/src"
7272 - name : Example Ant Build - Tabs
7373 working-directory : examples/Tabs
7474 run : |
75- ant build-web
75+ ant build-web -Dflashsdk.root="${{ env.AIR_HOME }}" -Dstarling.root="$GITHUB_WORKSPACE/starling/starling/src"
7676 - name : Example Ant Build - TileList
7777 working-directory : examples/TileList
7878 run : |
79- ant build-web
79+ ant build-web -Dflashsdk.root="${{ env.AIR_HOME }}" -Dstarling.root="$GITHUB_WORKSPACE/starling/starling/src"
8080 - name : Example Ant Build - Todos
8181 working-directory : examples/Todos
8282 run : |
83- ant build-web
83+ ant build-web -Dflashsdk.root="${{ env.AIR_HOME }}" -Dstarling.root="$GITHUB_WORKSPACE/starling/starling/src"
8484 - name : Example Ant Build - TrainTimes
8585 working-directory : examples/TrainTimes
8686 run : |
87- ant build-web
87+ ant build-web -Dflashsdk.root="${{ env.AIR_HOME }}" -Dstarling.root="$GITHUB_WORKSPACE/starling/starling/src"
8888 - name : Example Ant Build - TransitionsExplorer
8989 working-directory : examples/TransitionsExplorer
9090 run : |
91- ant build-web
91+ ant build-web -Dflashsdk.root="${{ env.AIR_HOME }}" -Dstarling.root="$GITHUB_WORKSPACE/starling/starling/src"
9292 - name : Example Ant Build - YouTubeFeeds
9393 working-directory : examples/YouTubeFeeds
9494 run : |
95- ant build-web -Dyoutube.api.key=abc123
95+ ant build-web -Dyoutube.api.key=abc123 -Dflashsdk.root="${{ env.AIR_HOME }}" -Dstarling.root="$GITHUB_WORKSPACE/starling/starling/src"
9696 - uses : actions/upload-artifact@v4
9797 with :
9898 name : feathersui-starling
0 commit comments