Update github workflows

This commit is contained in:
Ray
2022-11-28 21:03:21 +01:00
parent fc5894e734
commit bbf9935828
7 changed files with 7 additions and 7 deletions

View File

@ -94,7 +94,7 @@ jobs:
tar -czvf ${{ env.RELEASE_NAME }}.tar.gz ${{ env.RELEASE_NAME }}
- name: Upload Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ${{ env.RELEASE_NAME }}.tar.gz
path: ./build/${{ env.RELEASE_NAME }}.tar.gz