Skip to content

Commit 1609dd8

Browse files
committed
fix base url assignment
1 parent d60717d commit 1609dd8

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,13 @@ jobs:
231231
run: |
232232
echo "=== Generating release body ==="
233233
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+
234241
# Start building the release body
235242
cat > release-body.md << 'EOF'
236243
## MudletBootstrap Release ${{ github.ref_name }}

0 commit comments

Comments
 (0)