Skip to content

Commit 0c2ee4e

Browse files
auto commit
1 parent 4e81500 commit 0c2ee4e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/go-release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,8 @@ jobs:
8686
run: |
8787
chmod +x ./submodules/MaterialProviders/scripts/go-release-automation.sh
8888
./submodules/MaterialProviders/scripts/go-release-automation.sh run_release_script ${{ github.event.inputs.project-name }} ${{ github.event.inputs.version }}
89+
90+
- name: print diff between development and release directory
91+
run: |
92+
DIFF_FILES=$(diff -qr $PROJECT_NAME/runtimes/go/ImplementationFromDafny-go releases/go/$RELEASE_DIR_NAME || true)
93+
echo $DIFF_FILES

0 commit comments

Comments
 (0)