Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaGanzin committed Oct 17, 2024
1 parent cc76fe5 commit 149c003
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,20 +121,9 @@ jobs:
- name: Download Artifact
uses: actions/download-artifact@v4
with:
name: await-macos-latest
path: releases

- name: Download Artifact
uses: actions/download-artifact@v4
with:
name: await-ubuntu-latest
path: releases

- name: Download Autocompletion Scripts
uses: actions/download-artifact@v4
with:
name: autocompletions
path: autocompletions
path: |
releases
autocompletions
- name: Upload Release Artifacts
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 149c003

Please sign in to comment.