Skip to content

Commit af3c973

Browse files
authored
Merge pull request #12 from zapta/main
Renamed a file.
2 parents e5309bd + 8479c83 commit af3c973

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-and-release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)