Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
emmericp authored Dec 9, 2024
1 parent e68f733 commit 5619881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/r')
shell: bash
run: |
cd "${{ github.workspace }}
cd "${{ github.workspace }}"
find DBM-Test-* -name \*.lua -not -path '*/Reports/*' -print0 | xargs -0 -n1 sed -i -z 's/--@strip-from-release@.*@end-strip-from-release@/-- Raw test log stripped from release build./'
- name: Create Package
uses: BigWigsMods/packager@master
Expand Down

0 comments on commit 5619881

Please sign in to comment.