File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
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 :
You can’t perform that action at this time.
0 commit comments