mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-09 11:17:34 -03:00
[GitHub] add src folder to workflow
Preparation for v6 packs
This commit is contained in:
parent
c5d4820a9b
commit
78a1a134be
1 changed files with 3 additions and 1 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -10,6 +10,7 @@ on:
|
|||
- 'Resolutions/**'
|
||||
- 'Mods/**'
|
||||
- 'Workarounds/**'
|
||||
- 'src/**'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@ -30,7 +31,8 @@ jobs:
|
|||
cd Enhancements && zip -r -q -9 "../graphicPacks.zip" ./* && cd .. ;
|
||||
cd Resolutions && zip -r -q -9 "../graphicPacks.zip" ./* && cd .. ;
|
||||
cd Mods && zip -r -q -9 "../graphicPacks.zip" ./* && cd .. ;
|
||||
cd Workarounds && zip -r -q -9 "../graphicPacks.zip" ./* && cd ..
|
||||
cd Workarounds && zip -r -q -9 "../graphicPacks.zip" ./* && cd .. ;
|
||||
cd src && zip -r -q -9 "../graphicPacks.zip" ./* && cd ..
|
||||
- name: Create new release
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue