Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
remove mac os release
Browse files Browse the repository at this point in the history
  • Loading branch information
ineiti committed Dec 20, 2021
1 parent 67dff29 commit d0e6824
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,18 +103,21 @@ jobs:
mkdir $RELEASE
ls -l
( cd linux; rm -f Dockerfile built byzcoin.sh )
mv linux macosx $RELEASE
#mv linux macosx $RELEASE
mv linux $RELEASE
ls -R $RELEASE
tar czf byzcoin-linux-macosx-$RELEASE_DATE.tgz $RELEASE
tar czf byzcoin-linux-$RELEASE_DATE.tgz $RELEASE
#tar czf byzcoin-linux-macosx-$RELEASE_DATE.tgz $RELEASE
echo "RELEASE_DATE=$RELEASE_DATE" >> $GITHUB_ENV
- name: Create release
uses: ncipollo/release-action@v1
with:
artifacts: "*.tgz"
body: "Binary release of the byzcoin files"
name: "Release linux and macOSX ${{env.RELEASE_DATE}}"
#name: "Release linux and macOSX ${{env.RELEASE_DATE}}"
name: "Release linux ${{env.RELEASE_DATE}}"
prerelease: false
tag: release-${{env.RELEASE_DATE}}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d0e6824

Please sign in to comment.