Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lifehackerhansol committed Apr 11, 2022
1 parent 728c54b commit 7303885
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,16 @@ jobs:
rm -rf *.py build generator.spec __pycache__ dist requirements.txt
rm -rf
cd ..
- name: chmod packages, and double zip because screw GitHub
run: |
chmod +x YANBF/generator/generator YANBF/generator/makerom YANBF/generator/bannertool
mkdir actions
cd YANBF
zip -r ../actions/YANBF-macOS.zip *
- name: Publish
uses: actions/upload-artifact@v2
with:
path: YANBF
path: actions
name: YANBF-macOS

linux:
Expand Down Expand Up @@ -142,10 +148,16 @@ jobs:
mv dist/generator generator
rm -rf *.py build generator.spec __pycache__ dist requirements.txt
cd ../..
- name: chmod packages, and double zip because screw GitHub
run: |
chmod +x YANBF/generator/generator YANBF/generator/makerom YANBF/generator/bannertool
mkdir actions
cd YANBF
zip -r ../actions/YANBF-macOS.zip *
- name: Publish
uses: actions/upload-artifact@v2
with:
path: YANBF
path: actions
name: YANBF-Linux

release:
Expand Down

0 comments on commit 7303885

Please sign in to comment.