Skip to content

Commit

Permalink
artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
SashaZezulinsky committed Sep 23, 2021
1 parent 8c0f415 commit 14fc259
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,12 @@ jobs:
uses: actions/download-artifact@v2
with:
name: libgoldilocks-Linux
path: libgoldilocks-Linux
- name: Download Mac artifact
uses: actions/download-artifact@v2
with:
name: libgoldilocks-macOS
path: libgoldilocks-macOS
- name: Create zip
run: |
zip -r libgoldilocks libgoldilocks-*
Expand Down

0 comments on commit 14fc259

Please sign in to comment.