Add checkout step to publish-release job
This commit is contained in:
@@ -35,6 +35,9 @@ jobs:
|
||||
runs-on: ubuntu-26.04
|
||||
needs: build_arch
|
||||
steps:
|
||||
- name: Checkout Current Repo
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Download Artifact
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user