Skip to content

Commit dc4d4a3

Browse files
committed
Fixed github workflow
1 parent 6a6fcba commit dc4d4a3

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/buildvpks.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ name: VPK Build
66
on:
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 }}

0 commit comments

Comments
 (0)