New CDN publish workflow (#30009)

* LET'S SEE IF THIS WORKS

* I forgot the chmod +x

* I forgot the shebang
This commit is contained in:
Pieter-Jan Briers 2024-07-13 19:34:17 +02:00 committed by deltanedas
parent 00e712129e
commit 5717bc407b
3 changed files with 2 additions and 3 deletions

View File

@ -72,4 +72,4 @@ jobs:
- uses: geekyeggo/delete-artifact@v5
if: always()
with:
name: build
name: build

View File

@ -62,7 +62,6 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{806ED41A-411B-4B3B-BEB6-DEC6DCA4C205}"
ProjectSection(SolutionItems) = preProject
Tools\generate_hashes.ps1 = Tools\generate_hashes.ps1
Tools\gen_build_info.py = Tools\gen_build_info.py
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Robust.Shared.Scripting", "RobustToolbox\Robust.Shared.Scripting\Robust.Shared.Scripting.csproj", "{41B450C0-A361-4CD7-8121-7072B8995CFC}"

View File

@ -53,4 +53,4 @@ def get_engine_version() -> str:
if __name__ == '__main__':
main()
main()