Skip to content

Commit

Permalink
correct for prereleases
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Oct 3, 2023
1 parent 97993a8 commit f714309
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
overwrite: true

upload-ui:
name: Upload UI tarball
name: ⤵️ Fetch UI tarball
runs-on: ubuntu-latest
steps:
- name: Setup jq
Expand All @@ -93,7 +93,7 @@ jobs:
uses: actions/checkout@v2
- name: Download release assets
run: |
curl -s https://api.github.com/repos/${{ github.repository }}/releases/latest | jq -r '.assets[].browser_download_url' > assets.txt
curl -s https://api.github.com/repos/pioreactor/pioreactor/releases/tags/${{ github.event.release.tag_name }} | jq -r '.assets[].browser_download_url' > assets.txt
mkdir release_assets
cd release_assets
while read -r line; do
Expand Down

0 comments on commit f714309

Please sign in to comment.