This commit is contained in:
手瓜一十雪 2024-05-03 20:34:32 +08:00 committed by GitHub
parent 45800b1559
commit efe9e4fa4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -115,7 +115,15 @@ jobs:
- name: Extract version from tag
run: echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV
- name: Clone Main Repository
uses: actions/checkout@v4
with:
repository: 'NapNeko/NapCatQQ'
submodules: true
ref: main
token: ${{ secrets.NAPCAT_BUILD }}
- name: Create Release Draft and Upload Artifacts
uses: softprops/action-gh-release@v1
with: