Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ducktype authored Aug 22, 2023
1 parent f3323ee commit fd93bdd
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,12 @@
name: 'ci'
on:
push:
branches:
- 'main'
workflow_dispatch:
inputs:
remote-ssh:
description: 'Remote SSH'
required: true
default: '[email protected]'
jobs:
create-release:
runs-on: ubuntu-latest
steps:
- run: |
./bip/build.sh
$GITHUB_WORKSPACE/bip/build.sh
- run: |
gh release create ./bip/bin/bip ./bix/bix
gh release create $GITHUB_WORKSPACE/bip/bin/bip $GITHUB_WORKSPACE/bix/bix

0 comments on commit fd93bdd

Please sign in to comment.