Skip to content

Commit

Permalink
Fixed another build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mdashti committed Dec 28, 2020
1 parent a783545 commit 4c3cf32
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release_on_tagged_commits.yml
Expand Up @@ -19,10 +19,10 @@ jobs:
- name: Build Project
run: julia -e 'using Pkg; pkg"add BinaryProvider"; pkg"add BinaryBuilder"; pkg"add SHA"; Pkg.build()'
- name: Build Release Products
run: |
echo "BINARYBUILDER_DOWNLOADS_CACHE=downloads" >> $GITHUB_ENV
echo "BINARYBUILDER_AUTOMATIC_APPLE=true" >> $GITHUB_ENV
julia build_tarballs.jl
run: julia build_tarballs.jl
env:
BINARYBUILDER_DOWNLOADS_CACHE: "downloads"
BINARYBUILDER_AUTOMATIC_APPLE: "true"
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit 4c3cf32

Please sign in to comment.