Skip to content

Commit

Permalink
Update Versions and Build
Browse files Browse the repository at this point in the history
  • Loading branch information
Sussy-OS committed May 24, 2022
1 parent 8fb2084 commit c7ba1f1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Build-LineRider.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v3

- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v1.0.2
uses: microsoft/setup-msbuild@v1.1.1

- name: Restore NuGet packages
working-directory: ${{env.GITHUB_WORKSPACE}}
Expand All @@ -37,7 +37,7 @@ jobs:
working-directory: ${{env.GITHUB_WORKSPACE}}
run: ren Build linerider

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v3.1.0
with:
name: linerider
path: linerider
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Create-Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v3

- name: Get next version
uses: reecetech/version-increment@2022.2.5
uses: reecetech/version-increment@2022.5.1
id: version
with:
scheme: calver
Expand All @@ -25,7 +25,7 @@ jobs:

- name: Create release
id: create_release
uses: actions/create-release@v1
uses: actions/create-release@v1.1.4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Update-Version-Files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo

- name: Get next version
uses: reecetech/version-increment@2022.2.5
uses: reecetech/version-increment@2022.5.1
id: version
with:
scheme: calver
Expand Down

0 comments on commit c7ba1f1

Please sign in to comment.