Skip to content

Commit

Permalink
creating a zip #major
Browse files Browse the repository at this point in the history
  • Loading branch information
SashaZezulinsky committed Sep 23, 2021
1 parent c7411e8 commit a1ae437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
path: src/.libs/libgoldilocks.a
- name: Create zip
run: |
tar -zcvf libgoldilocks.tar.gz libgoldilocks-*
zip -r libgoldilocks libgoldilocks-*
- name: Fetch tag
run: |
echo "branch=${GITHUB_REF##*/}" >> $GITHUB_ENV
Expand Down

0 comments on commit a1ae437

Please sign in to comment.