Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
drewcassidy committed Sep 13, 2024
1 parent 7952aee commit d2ebbd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/internal-test-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
run: |
unzip ${{ steps.assemble-release.outputs.artifact-path }} zip-artifact
if [[ $(tree github-artifact) != $(tree zip-artifact) ]]; then false; fi # fail if contents differ
if [[ ! -d test2/GameData ]]; then false; fi # fail if GameData folder isnt present
if [[ ! -d github-artifact/GameData ]]; then false; fi # fail if GameData folder isnt present

0 comments on commit d2ebbd7

Please sign in to comment.