Update WAU-CreateNewVersion.yml
parent
994ae46a76
commit
9ee569a456
|
@ -68,24 +68,19 @@ jobs:
|
|||
cd Sources
|
||||
|
||||
echo "### Zip WAU ###"
|
||||
cd WAU
|
||||
zip -r ../../WAU.zip Winget-AutoUpdate
|
||||
zip ../../WAU.zip Winget-AutoUpdate-Install.ps1
|
||||
zip ../../WAU.zip excluded_apps.txt
|
||||
cd ..
|
||||
zip -r ../WAU.zip Winget-AutoUpdate
|
||||
zip ../WAU.zip Winget-AutoUpdate-Install.ps1
|
||||
|
||||
echo "### Zip WAU-Configurator ###"
|
||||
zip -r ../WAU-Configurator.zip WAU
|
||||
zip ../WAU-Configurator.zip "WAU Configurator.lnk"
|
||||
zip -r ../WAU-Configurator.zip Winget-AutoUpdate
|
||||
zip ../WAU-Configurator.zip "Winget-AutoUpdate-Install.ps1"
|
||||
zip ../WAU-Configurator.zip "WAU Configurator.bat"
|
||||
|
||||
echo "### Zip ADMX ###"
|
||||
cd Policies
|
||||
zip -r ../../WAU_ADMX.zip *
|
||||
cd ../..
|
||||
|
||||
echo "### Create install counter file ###"
|
||||
echo "Install counter file." > WAU_InstallCounter
|
||||
|
||||
- name: Create release
|
||||
uses: ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5 # v1.14.0
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue