mirror of https://github.com/jetkvm/kvm.git
chore: change to artifact
This commit is contained in:
parent
fab575dbe0
commit
564eee9b00
|
@ -61,7 +61,7 @@ jobs:
|
||||||
chmod 755 bin/jetkvm_app
|
chmod 755 bin/jetkvm_app
|
||||||
|
|
||||||
- name: Upload Debug Artifact
|
- name: Upload Debug Artifact
|
||||||
uses: actions/attest-build-provenance@v2
|
uses: actions/upload-artifact@v4
|
||||||
if: ${{ (github.ref == 'refs/heads/main' || github.event_name == 'pull_request') && matrix.go == '1.21' }}
|
if: ${{ (github.ref == 'refs/heads/main' || github.event_name == 'pull_request') && matrix.go == '1.21' }}
|
||||||
with:
|
with:
|
||||||
name: jetkvm_app_debug
|
name: jetkvm_app_debug
|
||||||
|
|
Loading…
Reference in New Issue