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