File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ jobs:
117117
118118 - name : Prepare release text
119119 run : |
120- cat > RELEASE_BODY .txt <<EOF
120+ cat > RELEASE-BODY .txt <<EOF
121121 This is an automated build-and-release.
122122
123123 Build info:
@@ -126,7 +126,7 @@ jobs:
126126 \`\`\`
127127 EOF
128128
129- cat -n RELEASE_BODY .txt
129+ cat -n RELEASE-BODY .txt
130130
131131 - name : Scan the package for viruses
132132 uses : fpgawars/apio-workflows/.github/actions/scan-files-for-viruses@main
@@ -146,7 +146,7 @@ jobs:
146146 uses : fpgawars/apio-workflows/.github/actions/create-pre-release@main
147147 with :
148148 release_tag : ${{ env.RELEASE_TAG }}
149- body_path : RELEASE_BODY .txt
149+ body_path : RELEASE-BODY .txt
150150 # We intensionally list explicitly all the expected files.
151151 files : |
152152 _packages/apio-verible-darwin-arm64-${{env.PACKAGE_TAG}}.tgz
You can’t perform that action at this time.
0 commit comments