2 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

View File

@@ -2,7 +2,7 @@ name: Compile into Executables
on: on:
release: release:
types: [published] types: [created]
###################################################################################### ######################################################################################
# Based off of : # Based off of :
@@ -54,6 +54,7 @@ jobs:
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/
cd temporary cd temporary
chmod +x main.py
zip -r ../lazy-dsi-file-downloader-${{ steps.vars.outputs.tag }}-Python3.zip * 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