3 Commits

Author SHA1 Message Date
YourKalamity
498755fd49 Change gh actions to created 2020-12-19 10:21:39 +00:00
YourKalamity
fc7e2b2e2e Make .py executable 2020-12-19 10:20:43 +00:00
YourKalamity
f2e62ad95e fix ghactions zip creation 2020-12-18 18:52:00 +00:00

View File

@@ -2,7 +2,7 @@ name: Compile into Executables
on:
release:
types: [published]
types: [created]
######################################################################################
# Based off of :
@@ -53,7 +53,9 @@ jobs:
mkdir temporary
cp -r certifi chardet Darwin idna Linux requests urllib3 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
uses: actions/upload-artifact@v2
with: