Skip to content

Commit 5fe2180

Browse files
committed
Update archive names to test-lecture-python-intro for clarity
1 parent 7dc9bcf commit 5fe2180

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ jobs:
7676
- name: Create HTML archive
7777
shell: bash -l {0}
7878
run: |
79-
tar -czf lecture-python-intro-html-${{ github.ref_name }}.tar.gz -C _build/html .
80-
sha256sum lecture-python-intro-html-${{ github.ref_name }}.tar.gz > html-checksum.txt
79+
tar -czf test-lecture-python-intro-html-${{ github.ref_name }}.tar.gz -C _build/html .
80+
sha256sum test-lecture-python-intro-html-${{ github.ref_name }}.tar.gz > html-checksum.txt
8181
8282
# Create metadata manifest
8383
cat > html-manifest.json << EOF
@@ -93,7 +93,7 @@ jobs:
9393
uses: softprops/action-gh-release@v1
9494
with:
9595
files: |
96-
lecture-python-intro-html-${{ github.ref_name }}.tar.gz
96+
test-lecture-python-intro-html-${{ github.ref_name }}.tar.gz
9797
html-checksum.txt
9898
html-manifest.json
9999
env:

0 commit comments

Comments
 (0)