Skip to content

Commit c26e67b

Browse files
committed
upgrade build flow
1 parent 2e37266 commit c26e67b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
sudo apt-get update
3636
sudo apt-get install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
3737
38-
- uses: actions/checkout@v2
38+
- uses: actions/checkout@v3
3939
with:
4040
submodules: recursive
4141

@@ -63,8 +63,8 @@ jobs:
6363
# Full name of the tarball asset
6464
PKG_NAME="${PKG_BASENAME}.${PKG_SUFFIX}"
6565
66-
echo ::set-output name=PKG_BASENAME::${PKG_BASENAME}
67-
echo ::set-output name=PKG_NAME::${PKG_NAME}
66+
echo name=PKG_BASENAME::${PKG_BASENAME} >> $GITHUB_OUTPUT
67+
echo name=PKG_NAME::${PKG_NAME} >> $GITHUB_OUTPUT
6868
6969
- name: Compile clinet
7070
shell: bash
@@ -82,7 +82,7 @@ jobs:
8282
npm install -g vsce
8383
vsce package -o ${{ steps.vars.outputs.PKG_NAME }} -t ${{ matrix.platform }}
8484
85-
- uses: actions/upload-artifact@v2
85+
- uses: actions/upload-artifact@v3
8686
with:
8787
name: ${{ steps.vars.outputs.PKG_BASENAME }}
8888
path: ${{ steps.vars.outputs.PKG_NAME }}

0 commit comments

Comments
 (0)