Skip to content

Commit

Permalink
build: run git status to see why repo is dirty
Browse files Browse the repository at this point in the history
  • Loading branch information
NoxHarmonium committed Sep 5, 2024
1 parent 158865a commit 0637f8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sirc-tiledit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
- name: Create release
run: |
cd build-release
git status
meson dist
- name: Archive release
if: github.ref == 'refs/heads/main'
Expand Down

0 comments on commit 0637f8d

Please sign in to comment.