Skip to content

Commit

Permalink
ci: add macos to release build
Browse files Browse the repository at this point in the history
  • Loading branch information
pymq committed Aug 5, 2023
1 parent 364dd1d commit 7acf6ed
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7acf6ed

Please sign in to comment.