Skip to content

Commit f9087c9

Browse files
committed
Revised build yaml
1 parent b47ee1b commit f9087c9

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

.github/workflows/build-engines.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
paths-ignore: [ 'docs/**' ]
77

88
permissions:
9-
contents: read
9+
contents: write
1010

1111
jobs:
1212
deploy:
@@ -33,5 +33,6 @@ jobs:
3333
run: |
3434
git config --global user.name 'JSv4'
3535
git config --global user.email 'JSv4@users.noreply.github.com'
36-
git commit -am "Engine Builds"
36+
git add .
37+
git commit -m "Engine Builds"
3738
git push

dist/linux-x64-0.0.4.tar.gz

-25 Bytes
Binary file not shown.

dist/osx-x64-0.0.4.tar.gz

5 Bytes
Binary file not shown.

dist/win-x64-0.0.4.zip

18 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)