Skip to content

Commit

Permalink
Fixed github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
taskinoz committed Aug 22, 2021
1 parent 6a6fcba commit dc4d4a3
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/buildvpks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ name: VPK Build
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ main ]
pull_request:
branches: [ main ]
paths:
- 'changelog.md'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -36,12 +35,11 @@ jobs:
wget ${{ secrets.LOCATIONS }}/dir/linux-x64.tar.gz
tar -xf linux-x64.tar.gz
sh build.sh prod
ls ./
- name: Create Release
uses: ncipollo/[email protected]
with:
artifacts: "Enhanced Menu Compiled VPK.zip"
bodyfile: "build.md"
bodyfile: "changelog.md"
token: ${{ secrets.GITHUB_TOKEN }}
name: Build Draft
tag: pre-0.${{ github.run_number }}
Expand Down

0 comments on commit dc4d4a3

Please sign in to comment.