We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d60717d commit 1609dd8Copy full SHA for 1609dd8
1 file changed
.github/workflows/build.yml
@@ -231,6 +231,13 @@ jobs:
231
run: |
232
echo "=== Generating release body ==="
233
234
+ # Get repository and tag info
235
+ REPO="${{ github.repository }}"
236
+ TAG="${{ github.ref_name }}"
237
+ BASE_URL="https://github.com/$REPO/releases/download/$TAG"
238
+
239
+ echo "Base URL: $BASE_URL"
240
241
# Start building the release body
242
cat > release-body.md << 'EOF'
243
## MudletBootstrap Release ${{ github.ref_name }}
0 commit comments