diff --git a/.github/workflows/get_files.yml b/.github/workflows/get_files.yml index b6e96ad..2a3ffe3 100644 --- a/.github/workflows/get_files.yml +++ b/.github/workflows/get_files.yml @@ -120,7 +120,7 @@ jobs: mv "$GITHUB_WORKSPACE"/zip/"$device"_get_files.zip "$GITHUB_WORKSPACE"/zip/"$device"_"$version"_"$(date +"%Y-%m-%d_%H%M%S")".zip cd "$GITHUB_WORKSPACE" - name: 上传到Github Release - uses: ncipollo/release-action@v1.20.0 + uses: ncipollo/release-action@v1.21.0 with: artifacts: ${{ github.workspace }}/zip/* name: ${{ env.device }}