diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 4cfd870..8d6598c 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -39,6 +39,9 @@ jobs: with: name: go_webdav_client-build + - name: List files + run: echo $(pwd);ls -lhat . ;ls -R go_webdav_client # 列出下载的目录中的文件 + - name: Create GitHub Release uses: softprops/action-gh-release@v1 with: