mirror of
https://github.com/SpyHoodle/PrideFetch.git
synced 2024-11-22 10:55:43 +00:00
Update main.yml
This commit is contained in:
parent
09a38c4bf3
commit
b5165dd81d
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -31,6 +31,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd src
|
cd src
|
||||||
zip -r ../pridefetch.zip *
|
zip -r ../pridefetch.zip *
|
||||||
|
cd ..
|
||||||
|
|
||||||
- name: Turn into a UNIX executable
|
- name: Turn into a UNIX executable
|
||||||
run: |
|
run: |
|
||||||
@ -39,6 +40,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Commit files
|
- name: Commit files
|
||||||
run: |
|
run: |
|
||||||
|
git add pridefetch.zip
|
||||||
|
git add pridefetch
|
||||||
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
||||||
git config --local user.name "github-actions[bot]"
|
git config --local user.name "github-actions[bot]"
|
||||||
git commit -m "Build executable" -a
|
git commit -m "Build executable" -a
|
||||||
|
Loading…
Reference in New Issue
Block a user