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 0c2ee4e commit 32613bfCopy full SHA for 32613bf
.github/workflows/go-release.yml
@@ -86,8 +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
92
DIFF_FILES=$(diff -qr $PROJECT_NAME/runtimes/go/ImplementationFromDafny-go releases/go/$RELEASE_DIR_NAME || true)
93
- echo $DIFF_FILES
+ echo $DIFF_FILES
0 commit comments