Skip to content

Commit c809917

Browse files
authored
Merge pull request #50 from BUTR/dev
v3.4.0.1 #2
2 parents e463860 + b206b1d commit c809917

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/publish.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff 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}}

0 commit comments

Comments
 (0)