Skip to content

Commit c12e4fb

Browse files
committed
Resolving some build issues.
1 parent 14aa405 commit c12e4fb

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

.github/workflows/push.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: Build
2+
3+
on:
4+
push:
5+
branches:
6+
- "*"
7+
8+
jobs:
9+
build:
10+
name: Create Release
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Checkout code
14+
uses: actions/checkout@v2
15+
16+
- name: Permissions
17+
run: chmod +x build.sh
18+
shell: bash
19+
20+
- name: Build
21+
run: ./build.sh
22+
shell: bash
23+
24+
- name: Upload Artifact
25+
uses: actions/upload-artifact@v2
26+
with:
27+
name: touchpoint-wp.zip

.idea/runConfigurations/Build__WSL_.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)