We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 089310e commit 03ac20eCopy full SHA for 03ac20e
1 file changed
.github/workflows/build.yml
@@ -1,6 +1,6 @@
1
name: build
2
3
-on:
+on:
4
push:
5
paths-ignore:
6
- "**.md"
@@ -60,7 +60,7 @@ jobs:
60
with:
61
path: nvenv
62
63
- - name: Build Nvenv
+ - name: Build Nvenv
64
run: |
65
cd ./nvenv
66
make macos
@@ -73,14 +73,14 @@ jobs:
73
74
release:
75
name: Release to Github
76
- if: contains(github.event.head_commit.message, '[Release]') && github.repository == 'NTBBloodbath/nvenv'
+ if: contains(github.event.head_commit.message, 'release:') && github.repository == 'NTBBloodbath/nvenv'
77
needs: [linux, macos]
78
runs-on: ubuntu-latest
79
steps:
80
- uses: actions/checkout@v2
81
82
repository: ${{ github.repository }}
83
- path: 'workspace'
+ path: "workspace"
84
token: ${{ secrets.GITHUB_TOKEN }}
85
86
- uses: actions/download-artifact@v2
0 commit comments