Revert "Add git status checks to workflow to see what's dirty"

This reverts commit a36e11574b.
This commit is contained in:
goaaats 2025-12-06 18:38:23 +01:00
parent b2d9480f9f
commit 3d29157391

View file

@ -33,12 +33,8 @@ jobs:
($env:REPO_NAME) >> VERSION
($env:BRANCH) >> VERSION
($env:COMMIT) >> VERSION
- name: git status
run: git status
- name: Build and Test Dalamud
run: .\build.ps1 ci
- name: git status
run: git status
- name: Sign Dalamud
if: ${{ github.repository_owner == 'goatcorp' && github.event_name == 'push' }}
env: