Remove outdated steps from Test Packaging workflow (#30018)

gen build info was removed in 5e800e0ece but I didn't realize this workflow also tested it. Gone now.
This commit is contained in:
Pieter-Jan Briers
2024-07-13 22:36:20 +02:00
committed by GitHub
parent 5e800e0ece
commit c1915c9d73

View File

@@ -64,11 +64,3 @@ jobs:
- name: Package client
run: dotnet run --project Content.Packaging client --no-wipe-release
- name: Update Build Info
run: Tools/gen_build_info.py
- name: Shuffle files around
run: |
mkdir "release/${{ github.sha }}"
mv release/*.zip "release/${{ github.sha }}"