File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 4747 run : |
4848 git config --local user.email "action@github.com"
4949 git config --local user.name "GitHub Action"
50+ git pull origin maestro --rebase
5051 git add ./bin/hsa
5152 git commit -m "Add Ubuntu built binary [skip ci]"
5253 git push
5657 run : |
5758 git config --local user.email "action@github.com"
5859 git config --local user.name "GitHub Action"
60+ git pull origin maestro --rebase
5961 git add ./bin/hsamac
6062 git commit -m "Add MacOS built binary [skip ci]"
6163 git push
6567 run : |
6668 git config --local user.email "action@github.com"
6769 git config --local user.name "GitHub Action"
70+ git pull origin maestro --rebase
6871 git add ./bin/hsa.exe
6972 git commit -m "Add Windows built binary [skip ci]"
7073 git push
You can’t perform that action at this time.
0 commit comments