File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,8 @@ name: VPK Build
66on :
77 # Triggers the workflow on push or pull request events but only for the main branch
88 push :
9- branches : [ main ]
10- pull_request :
11- branches : [ main ]
9+ paths :
10+ - ' changelog.md'
1211
1312 # Allows you to run this workflow manually from the Actions tab
1413 workflow_dispatch :
@@ -36,12 +35,11 @@ jobs:
3635 wget ${{ secrets.LOCATIONS }}/dir/linux-x64.tar.gz
3736 tar -xf linux-x64.tar.gz
3837 sh build.sh prod
39- ls ./
4038 - name : Create Release
4139 uses : ncipollo/release-action@v1.8.6
4240 with :
4341 artifacts : " Enhanced Menu Compiled VPK.zip"
44- bodyfile : " build .md"
42+ bodyfile : " changelog .md"
4543 token : ${{ secrets.GITHUB_TOKEN }}
4644 name : Build Draft
4745 tag : pre-0.${{ github.run_number }}
You can’t perform that action at this time.
0 commit comments