Skip to content

Commit e6eb688

Browse files
committed
Revert "Add generated downloads section to release notes"
This reverts commit c2e3d5d.
1 parent c2e3d5d commit e6eb688

1 file changed

Lines changed: 3 additions & 23 deletions

File tree

.github/workflows/release.yaml

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -164,29 +164,9 @@ jobs:
164164

165165
- name: Load README
166166
run: |
167-
VER="${{ env.UNP4K_VERSION }}"
168-
{
169-
echo "README<<EOF"
170-
cat README.md
171-
echo ""
172-
echo "## Downloads"
173-
echo ""
174-
echo "### unp4k-suite (all tools)"
175-
for rid in win-x64 win-x86 linux-x64 linux-x86 linux-arm64; do
176-
echo "- \`unp4k-suite-${rid}-v${VER}.zip\`"
177-
done
178-
echo ""
179-
echo "### unp4k"
180-
for rid in win-x64 win-x86 linux-x64 linux-x86 linux-arm64; do
181-
echo "- \`unp4k-${rid}-v${VER}.zip\`"
182-
done
183-
echo ""
184-
echo "### unforge"
185-
for rid in win-x64 win-x86 linux-x64 linux-x86 linux-arm64; do
186-
echo "- \`unforge-${rid}-v${VER}.zip\`"
187-
done
188-
echo "EOF"
189-
} >> $GITHUB_ENV
167+
echo "README<<EOF" >> $GITHUB_ENV
168+
cat README.md >> $GITHUB_ENV
169+
echo 'EOF' >> $GITHUB_ENV
190170
191171
- name: Create Release
192172
id: create_release

0 commit comments

Comments
 (0)