We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a822f6a + cb10940 commit 5542feeCopy full SHA for 5542fee
.github/workflows/publish-release.yml
@@ -70,6 +70,12 @@ jobs:
70
sha256sum hyde > checksum.txt
71
echo "SHA256 checksum of the application binary: $(cat checksum.txt)"
72
73
+ - name: Commit executable
74
+ uses: EndBug/add-and-commit@v9
75
+ with:
76
+ add: builds/hyde
77
+ message: "Build standalone executable"
78
+
79
- name: Upload executable
80
uses: actions/upload-artifact@v3
81
with:
.gitignore
@@ -1,12 +1,3 @@
1
/vendor
2
-/node_modules
3
-/builds
4
/.idea
5
-/.vscode
6
-/.vagrant
7
-/.cache
8
-.phpunit.result.cache
9
-
10
.env
11
12
-# /_site
0 commit comments