Skip to content

Commit

Permalink
chore: update action/checkout, microsoft/setup-msbuild, actions/uploa…
Browse files Browse the repository at this point in the history
…d-artifact; modify artifact name.
  • Loading branch information
fxliang committed Feb 8, 2024
1 parent 7a2e15c commit 00ef979
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/commit-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
BOOST_ROOT: ${{ github.workspace }}\deps\boost_1_83_0
steps:
- name: Checkout last commit
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive

Expand All @@ -33,7 +33,7 @@ jobs:
- name: Cache Boost
id: cache-boost
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
${{ env.BOOST_ROOT }}
Expand All @@ -44,7 +44,7 @@ jobs:
run: .\install_boost.bat

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

- name: Build librime
if: ${{ startsWith(github.ref, 'refs/tags/') && success() }}
Expand Down Expand Up @@ -78,9 +78,10 @@ jobs:
if: ${{ success() }}

- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
if-no-files-found: error
name: artifact-${{ github.run_number }}--${{ github.sha }}
path: |
.\output\archives\weasel*.exe
.\output\archives\symbols.zip
Expand Down

0 comments on commit 00ef979

Please sign in to comment.