修改push to git报错

This commit is contained in:
juewuy 2024-02-02 10:23:45 +08:00
parent 6e98ed595a
commit da5ca5a90e

View File

@ -149,6 +149,11 @@ jobs:
PUSHDIR: ${{ github.event.inputs.tag4 }}
VERSION: ${{needs.meta.outputs.version}}
steps:
- name: Checkout ShellCrash
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 1
- name: Download file from workspace
uses: actions/download-artifact@v4
with: