mirror of
https://github.com/SpyHoodle/PrideFetch.git
synced 2024-11-09 21:25:42 +00:00
Update main.yml
This commit is contained in:
parent
afc6dcb7dd
commit
09a38c4bf3
14
.github/workflows/main.yml
vendored
14
.github/workflows/main.yml
vendored
@ -32,7 +32,19 @@ jobs:
|
|||||||
cd src
|
cd src
|
||||||
zip -r ../pridefetch.zip *
|
zip -r ../pridefetch.zip *
|
||||||
|
|
||||||
- name: turn into a UNIX executable
|
- name: Turn into a UNIX executable
|
||||||
run: |
|
run: |
|
||||||
echo '#!/usr/bin/env python' | cat - pridefetch.zip > pridefetch
|
echo '#!/usr/bin/env python' | cat - pridefetch.zip > pridefetch
|
||||||
chmod +x pridefetch
|
chmod +x pridefetch
|
||||||
|
|
||||||
|
- name: Commit files
|
||||||
|
run: |
|
||||||
|
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
||||||
|
git config --local user.name "github-actions[bot]"
|
||||||
|
git commit -m "Build executable" -a
|
||||||
|
|
||||||
|
- name: Push changes
|
||||||
|
uses: ad-m/github-push-action@master
|
||||||
|
with:
|
||||||
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
branch: ${{ github.ref }}
|
||||||
|
Loading…
Reference in New Issue
Block a user