mirror of
https://github.com/thewesker/lazy-dsi-file-downloader.git
synced 2025-12-20 04:21:09 -05:00
Compare commits
1 Commits
ghactionst
...
ghactionst
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f2e62ad95e |
3
.github/workflows/executables.yml
vendored
3
.github/workflows/executables.yml
vendored
@@ -53,7 +53,8 @@ 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
|
||||||
|
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