Skip to content

Commit 75d2aa3

Browse files
committed
Typo.
1 parent aa2ab93 commit 75d2aa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
-H "Authorization: token $GITHUB_TOKEN" \
6464
https://api.github.com/repos/cmsc430/assignments/actions/runs/${{ env.RUN_ID }}/artifacts)
6565
echo "Run response: $response"
66-
download_url=$(echo "$response" | jq -r '.artifacts[0].archive_download_url)
66+
download_url=$(echo "$response" | jq -r '.artifacts[0].archive_download_url')
6767
echo "Download URL: $download_url"
6868
curl -L \
6969
-H "Accept: application/vnd.github+json" \
@@ -77,7 +77,7 @@ jobs:
7777
# tar -xvf artifact.tar
7878
# mv knock-plus.zip www/main/
7979
- name: Archive www
80-
uses: actions/upload-pages-artifact@v3
80+
uses: actions/upload-pages-artifact@v4
8181
with:
8282
name: github-pages
8383
path: www/main

0 commit comments

Comments
 (0)