Skip to content

Commit 1f114bb

Browse files
committed
Fix link
1 parent 2768998 commit 1f114bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cli-tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
- name: Build devbox
6363
run: go build -o dist/devbox ./cmd/devbox
6464
- name: Upload devbox artifact
65+
id: upload-artifact
6566
uses: actions/upload-artifact@v4
6667
with:
6768
name: devbox-${{ runner.os }}-${{ runner.arch }}
@@ -74,7 +75,7 @@ jobs:
7475
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
7576
CLOUDFLARE_DEV_JETIFY_COM_ZONE_ID: ${{ secrets.CLOUDFLARE_DEV_JETIFY_COM_ZONE_ID }}
7677
run: |
77-
ARTIFACT_URL="github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}/artifacts"
78+
ARTIFACT_URL="github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}/artifacts/${{ steps.upload-artifact.outputs.artifact-id }}"
7879
curl --request PATCH \
7980
"https://api.cloudflare.com/client/v4/zones/$CLOUDFLARE_DEV_JETIFY_COM_ZONE_ID/rulesets/8e90f56d9df8499ebf5023d188d62d99/rules/fab5cd9a2e574e0aa6ab73d622d6a350" \
8081
--header "Authorization: Bearer $CLOUDFLARE_API_TOKEN" \

0 commit comments

Comments
 (0)