Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ducktype committed Aug 25, 2023
1 parent 76e1f04 commit 3f68202
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
git remote add origin $GITHUB_SERVER_URL/$GITHUB_REPOSITORY
git fetch origin --depth=1 $GITHUB_SHA
git checkout $GITHUB_SHA
ls -lah
- run: |
shopt -s globstar
chmod +x ./**/*.sh
Expand All @@ -29,5 +28,4 @@ jobs:
GH_TOKEN: ${{ github.token }}
run: |
DT=`git --no-pager log -n1 --decorate=no --pretty='format:%cd_%h' --date=format:'%Y-%m-%d_%H-%M-%S'`
echo $DT
gh release create $DT ./bip/bin/bip ./bix/bix

0 comments on commit 3f68202

Please sign in to comment.