Skip to content

Commit

Permalink
cli release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
harshjohar committed Mar 2, 2023
1 parent 3e7e6a3 commit 1e94812
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
tags:
- "v*.*.*"
branches: [ "folder-structure" ]

jobs:
job-macos-1:
Expand All @@ -22,7 +21,6 @@ jobs:
run: find ./target -name "nim"
working-directory: ./cli
- uses: actions/upload-artifact@v3
working-directory: ./cli
with:
name: nim-macos-amd64
path: ./cli/target/release/nim
Expand Down

0 comments on commit 1e94812

Please sign in to comment.