Skip to content

Commit

Permalink
update: make action happy
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxuuu authored May 6, 2024
1 parent 3a0e9e1 commit 4a9b956
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
dotnetarch: arm
fail-fast: true
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: environment prepare
run: |
sudo apt-get update
Expand All @@ -44,7 +44,7 @@ jobs:
mkdir pkg
mv bin/Release/net8.0/$DOTNETOS-$DOTNETARCH/publish/* pkg/
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: llcomNext-${{ matrix.dotnetos }}-${{ matrix.dotnetarch }}
path: llcomNext/LLCOM/pkg/

0 comments on commit 4a9b956

Please sign in to comment.