Ray
9 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
.github/workflows/linux.yml
|
|
@ -94,7 +94,7 @@ jobs: |
|
|
|
tar -czvf ${{ env.RELEASE_NAME }}.tar.gz ${{ env.RELEASE_NAME }} |
|
|
|
|
|
|
|
- name: Upload Artifacts |
|
|
|
uses: actions/upload-artifact@v3 |
|
|
|
uses: actions/upload-artifact@v4 |
|
|
|
with: |
|
|
|
name: ${{ env.RELEASE_NAME }}.tar.gz |
|
|
|
path: ./build/${{ env.RELEASE_NAME }}.tar.gz |
|
|
|