Browse Source

Merge pull request #4895 from martin-frbg/update_homebrewjob

CI: Update nightly-homebrew workflow
tags/v0.3.29
Martin Kroeker GitHub 1 year ago
parent
commit
c8313d9d80
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/nightly-Homebrew-build.yml

+ 1
- 1
.github/workflows/nightly-Homebrew-build.yml View File

@@ -69,7 +69,7 @@ jobs:
mv *.bottle.tar.gz bottles

- name: Upload bottle
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: openblas--HEAD.catalina.bottle.tar.gz
path: bottles


Loading…
Cancel
Save