We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e81500 commit 0c2ee4eCopy full SHA for 0c2ee4e
.github/workflows/go-release.yml
@@ -86,3 +86,8 @@ jobs:
86
run: |
87
chmod +x ./submodules/MaterialProviders/scripts/go-release-automation.sh
88
./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