diff --git a/.github/workflows/build-manual.yml b/.github/workflows/build-manual.yml index 4d2c13c..b9076bf 100644 --- a/.github/workflows/build-manual.yml +++ b/.github/workflows/build-manual.yml @@ -94,11 +94,11 @@ jobs: fetch-depth: 0 # also fetch tags for 'git describe' ref: ${{ github.event.inputs.awl_ref }} path: 'awl' - - name: Retrieve saved static/ build - uses: actions/download-artifact@v3 - with: - name: awl-release-static - path: awl/static + # - name: Retrieve saved static/ build + # uses: actions/download-artifact@v3 + # with: + # name: awl-release-static + # path: awl/static - name: Install Go uses: actions/setup-go@v3