Skip to content

Commit

Permalink
Fix forced manifest instead of ACZ for public build
Browse files Browse the repository at this point in the history
  • Loading branch information
Morb0 committed Dec 26, 2023
1 parent 82083e3 commit 6324b0f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/publish-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ jobs:
- name: Package server
run: dotnet run --project Content.Packaging server --hybrid-acz --platform win-x64 --platform linux-x64 --platform osx-x64 --platform linux-arm64

- name: Update Build Info
env:
FORK_ID: ${{ vars.FORK_ID }}
run: Tools/gen_build_info.py

- name: Shuffle files around
run: |
mkdir "release/${{ github.sha }}"
Expand Down

0 comments on commit 6324b0f

Please sign in to comment.