Skip to content

Commit 14a806c

Browse files
auto commit
1 parent 89b4766 commit 14a806c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/go-release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ jobs:
8989
9090
- name: print diff between development and release directory
9191
run: |
92-
git branch --show-current
93-
DIFF_FILES=$(diff -qr ${{ github.event.inputs.project-name }}/runtimes/go/ImplementationFromDafny-go releases/go/$RELEASE_DIR_NAME || true)
92+
RELEASE_DIR_NAME="${{ steps.release-dir.outputs.releaseDirName }}"
93+
PROJECT_NAME="${{ github.event.inputs.project-name }}"
94+
DIFF_FILES=$(diff -qr $PROJECT_NAME/runtimes/go/ImplementationFromDafny-go releases/go/$RELEASE_DIR_NAME || true)
9495
echo $DIFF_FILES

0 commit comments

Comments
 (0)