File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ jobs:
2020 name : Build for distribution
2121 runs-on : ubuntu-latest
2222 steps :
23- - name : Setup
24- uses : butr/actions-common-setup@v2.0
25- with :
26- github-token : ${{secrets.GITHUB_TOKEN}}
23+ - name : Setup
24+ uses : butr/actions-common-setup@v2.0
25+ with :
26+ github-token : ${{secrets.GITHUB_TOKEN}}
2727
28- - name : Build Bannerlord.IronPython
28+ - name : Build Bannerlord.IronPython
2929 run : |
3030 $impl = $PWD.Path + '/bannerlord-implementations';
3131 $path = $PWD.Path + '/bannerlord';
@@ -57,11 +57,11 @@ jobs:
5757 env :
5858 BANNERLORD_BUTR_UPLOAD_URL : ${{secrets.BANNERLORD_BUTR_UPLOAD_URL}}
5959
60- - name : Upload Bannerlord folder
61- uses : actions/upload-artifact@v3
62- with :
63- name : bannerlord
64- path : ./bannerlord/
60+ - name : Upload Bannerlord folder
61+ uses : actions/upload-artifact@v3
62+ with :
63+ name : bannerlord
64+ path : ./bannerlord/
6565
6666 # ##########################
6767 # GITHUB #
@@ -123,4 +123,4 @@ jobs:
123123 asset_name : Bannerlord.IronPython.7z
124124 asset_content_type : application/x-7z-compressed
125125 env :
126- GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
126+ GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
You can’t perform that action at this time.
0 commit comments