Skip to content

Commit

Permalink
[CICD] Update remaining actions to node20 (ub2 action needs attention)
Browse files Browse the repository at this point in the history
  • Loading branch information
taysta committed Feb 23, 2024
1 parent b6f5ff5 commit e2dbc45
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-universal2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ jobs:
run: |
mv ./TaystJK-macos-arm64-Release-Non-Portable/* TaystJK-macos-universal2.tar.gz
- name: Create latest build
uses: ModeSevenIndustrialSolutions/action-automatic-releases@latest
- name: Create latest ub2 build
uses: crowbarmaster/GH-Automatic-Releases@latest
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
automatic_release_tag: "universal2"
Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/build-winxp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
}
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.3.2
uses: microsoft/setup-msbuild@v2

- name: Create Build Environment
run: cmake -E make_directory ${{ github.workspace }}/build
Expand Down Expand Up @@ -96,13 +96,12 @@ jobs:
7z a -r TaystJK-windowsxp-x86.zip ./TaystJK-windowsxp-x86-Release-Non-Portable/* '-x!msvcp*.*' '-x!vcruntime*.*' '-x!concrt*.*'
7z a -r TaystJK-windowsxp-x86_64.zip ./TaystJK-windowsxp-x86_64-Release-Non-Portable/* '-x!msvcp*.*' '-x!vcruntime*.*' '-x!concrt*.*'
- name: Create latest beta build
uses: softprops/action-gh-release@v1
uses: crowbarmaster/GH-Automatic-Releases@latest
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
generate_release_notes: true
tag_name: "winxp"
automatic_release_tag: "winxp"
prerelease: false
title: Latest Build
title: Latest WinXP Build
files: |
*.zip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
fetch-tags: true

- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.3.2
uses: microsoft/setup-msbuild@v2

- name: Create Build Environment
run: cmake -E make_directory ${{ github.workspace }}/build
Expand Down

0 comments on commit e2dbc45

Please sign in to comment.