File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,11 @@ jobs:
1717 run :
1818 sudo apt-get update &&
1919 sudo apt-get install -y fpc
20+ mkdir build
2021 - name : build
2122 run : make
2223 - name : list build binaries
23- run : ls -l bin /
24+ run : ls -l build /
2425 - uses : actions/upload-artifact@v4
2526 with :
2627 name : mp-bin-ubuntu
@@ -52,17 +53,17 @@ jobs:
5253 - uses : actions/download-artifact@v4
5354 with :
5455 name : mp-bin-ubuntu
55- path : bin
56+ path : build
5657 - uses : actions/download-artifact@v4
5758 with :
5859 name : mads-bin-ubuntu
5960 path : mads
6061 - name : install mads
6162 run : sudo cp -v mads/mads /usr/local/bin/mads
6263 - name : set permissions
63- run : sudo chmod a+x bin /mp /usr/local/bin/mads
64+ run : sudo chmod a+x build /mp /usr/local/bin/mads
6465 - name : list binaries from the artifacts
65- run : ls -l bin / mads/ /usr/local/bin/mads
66+ run : ls -l build / mads/ /usr/local/bin/mads
6667 - name : setup test environment
6768 run : make test-setup
6869 - name : run tests
You can’t perform that action at this time.
0 commit comments