mirror of
https://github.com/thewesker/lazy-dsi-file-downloader.git
synced 2025-12-20 12:31:11 -05:00
Compare commits
4 Commits
ghactionst
...
3.1.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3aaad7a456 | ||
|
|
498755fd49 | ||
|
|
fc7e2b2e2e | ||
|
|
f2e62ad95e |
4
.github/workflows/executables.yml
vendored
4
.github/workflows/executables.yml
vendored
@@ -53,7 +53,9 @@ jobs:
|
|||||||
mkdir temporary
|
mkdir temporary
|
||||||
cp -r certifi chardet Darwin idna Linux requests urllib3 temporary/
|
cp -r certifi chardet Darwin idna Linux requests urllib3 temporary/
|
||||||
cp LICENSE main.py README.md temporary/
|
cp LICENSE main.py README.md temporary/
|
||||||
zip -r lazy-dsi-file-downloader-${{ steps.vars.outputs.tag }}-Python3.zip temporary
|
cd temporary
|
||||||
|
chmod +x main.py
|
||||||
|
zip -r ../lazy-dsi-file-downloader-${{ steps.vars.outputs.tag }}-Python3.zip *
|
||||||
- name: Publish artifact
|
- name: Publish artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user