File tree Expand file tree Collapse file tree 1 file changed +16
-12
lines changed
Expand file tree Collapse file tree 1 file changed +16
-12
lines changed Original file line number Diff line number Diff line change @@ -58,17 +58,17 @@ jobs:
5858 with :
5959 name : artifacts-${{ matrix.goos }}-${{ matrix.goarch }}
6060 path : jbs-client-${{ matrix.goos }}-${{ matrix.goarch }}.zip
61- download :
62- needs : ["build-java", "build-go"]
63- runs-on : ubuntu-latest
64- steps :
65- - name : download
66- uses : actions/download-artifact@v4
67- - name : tree
68- run : |
69- tree .
70- mv artifacts-*/* artifacts
71- tree artifacts
61+ # test- download:
62+ # needs: ["build-java", "build-go"]
63+ # runs-on: ubuntu-latest
64+ # steps:
65+ # - name: download
66+ # uses: actions/download-artifact@v4
67+ # - name: tree
68+ # run: |
69+ # tree .
70+ # mv artifacts-*/* artifacts
71+ # tree artifacts
7272
7373
7474 release :
7878 steps :
7979 - name : Download Artifacts
8080 uses : actions/download-artifact@v4
81+ - name : tree
82+ run : |
83+ mv artifacts-*/* artifacts
84+ tree artifacts
8185 - name : Create Release
8286 id : create_release
8387 uses : actions/create-release@v1
9195 - name : Upload Release Assets
9296 uses : softprops/action-gh-release@v1
9397 with :
94- files : artifacts* /*
98+ files : artifacts/*
9599 env :
96100 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments