Skip to content

Commit

Permalink
Merge pull request #50 from BUTR/dev
Browse files Browse the repository at this point in the history
v3.4.0.1 #2
  • Loading branch information
Aragas authored Jul 30, 2022
2 parents e463860 + b206b1d commit c809917
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
name: Build for distribution
runs-on: ubuntu-latest
steps:
- name: Setup
uses: butr/[email protected]
with:
github-token: ${{secrets.GITHUB_TOKEN}}
- name: Setup
uses: butr/[email protected]
with:
github-token: ${{secrets.GITHUB_TOKEN}}

- name: Build Bannerlord.IronPython
- name: Build Bannerlord.IronPython
run: |
$impl = $PWD.Path + '/bannerlord-implementations';
$path = $PWD.Path + '/bannerlord';
Expand Down Expand Up @@ -57,11 +57,11 @@ jobs:
env:
BANNERLORD_BUTR_UPLOAD_URL: ${{secrets.BANNERLORD_BUTR_UPLOAD_URL}}

- name: Upload Bannerlord folder
uses: actions/upload-artifact@v3
with:
name: bannerlord
path: ./bannerlord/
- name: Upload Bannerlord folder
uses: actions/upload-artifact@v3
with:
name: bannerlord
path: ./bannerlord/

###########################
# GITHUB #
Expand Down Expand Up @@ -123,4 +123,4 @@ jobs:
asset_name: Bannerlord.IronPython.7z
asset_content_type: application/x-7z-compressed
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit c809917

Please sign in to comment.