Skip to content

Commit 1e94812

Browse files
committed
cli release workflow
1 parent 3e7e6a3 commit 1e94812

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/cli.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
tags:
66
- "v*.*.*"
7-
branches: [ "folder-structure" ]
87

98
jobs:
109
job-macos-1:
@@ -22,7 +21,6 @@ jobs:
2221
run: find ./target -name "nim"
2322
working-directory: ./cli
2423
- uses: actions/upload-artifact@v3
25-
working-directory: ./cli
2624
with:
2725
name: nim-macos-amd64
2826
path: ./cli/target/release/nim

0 commit comments

Comments
 (0)