Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed syntax #30

Merged
merged 45 commits into from
Dec 26, 2020
Merged
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
9688b9c
Made Pawns visible while selecting
mohithsrao Dec 25, 2020
26008a6
Update main.yml
mohithsrao Dec 26, 2020
e41788d
Corrected Syntax
mohithsrao Dec 26, 2020
55fe301
Corrected syntax
mohithsrao Dec 26, 2020
2e91f5b
Used default build task
mohithsrao Dec 26, 2020
322793e
Updated directory for build task
mohithsrao Dec 26, 2020
2efa79f
Updated build and added release task
mohithsrao Dec 26, 2020
278ad3e
Updated build actions
mohithsrao Dec 26, 2020
3f379ee
Merge branch 'master' into PawnGoal
mohithsrao Dec 26, 2020
0bfcdae
Cahnged release notes generation
mohithsrao Dec 26, 2020
f61a7f9
formated the tag as required
mohithsrao Dec 26, 2020
ab3003a
made formating into saparate step
mohithsrao Dec 26, 2020
f970aea
corrected run task
mohithsrao Dec 26, 2020
43fd273
Updated set variable for output
mohithsrao Dec 26, 2020
28cf5a3
corrected variable
mohithsrao Dec 26, 2020
e6aa098
Added params for getting additional change logs
mohithsrao Dec 26, 2020
d3db007
Corrected syntax
mohithsrao Dec 26, 2020
781524d
Included html files to build
mohithsrao Dec 26, 2020
2e47aab
saparated build and release jobs
mohithsrao Dec 26, 2020
1343357
Corrected artifacts for release
mohithsrao Dec 26, 2020
03de2ce
Updated release artifacts paths
mohithsrao Dec 26, 2020
f28f441
corrected yml syntax
mohithsrao Dec 26, 2020
7e19e11
corrected artifact name
mohithsrao Dec 26, 2020
fb2ff82
Added zip files
mohithsrao Dec 26, 2020
4ea4a1e
removed extra path folder
mohithsrao Dec 26, 2020
267c334
changed the artifacts to tar's instead of direct files
mohithsrao Dec 26, 2020
0fd9a75
corrected path for upload
mohithsrao Dec 26, 2020
ccdc833
corrected tar path
mohithsrao Dec 26, 2020
332327e
corrected tar path
mohithsrao Dec 26, 2020
39615d8
removed unnecessary path for tar file
mohithsrao Dec 26, 2020
0eba5bd
corrected artifact name while uploading.
mohithsrao Dec 26, 2020
633f131
asset path correction
mohithsrao Dec 26, 2020
f22f1d1
Updated main release with updated changes
mohithsrao Dec 26, 2020
f784ac0
Updated Build path
mohithsrao Dec 26, 2020
0b26cde
Merge branch 'master' into PawnGoal
mohithsrao Dec 26, 2020
bc3ad29
Updated path for build
mohithsrao Dec 26, 2020
7fa82b9
Merge branch 'master' into PawnGoal
mohithsrao Dec 26, 2020
02ceeaf
updated export preset names
mohithsrao Dec 26, 2020
f87cd76
Merge branch 'master' into PawnGoal
mohithsrao Dec 26, 2020
2efd64a
changed base directory
mohithsrao Dec 26, 2020
aceff8e
Merge branch 'master' into PawnGoal
mohithsrao Dec 26, 2020
3b020e1
Removed change directory
mohithsrao Dec 26, 2020
02811f7
Merge branch 'master' into PawnGoal
mohithsrao Dec 26, 2020
6051b50
fixed syntax
mohithsrao Dec 26, 2020
c138a2f
Merge branch 'master' into PawnGoal
mohithsrao Dec 26, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
- name: Windows Build
run: |
mkdir -v -p build/windows/$EXPORT_NAME
# cd build/windows/$EXPORT_NAME
godot -v --export "ChoukaBara-Windows" ../build/windows/$EXPORT_NAME.exe
- name: Upload Artifact
uses: actions/upload-artifact@v1
Expand Down Expand Up @@ -67,7 +66,6 @@ jobs:
- name: Web Build
run: |
mkdir -v -p build/web/$EXPORT_NAME
# cd build/web/$EXPORT_NAME
godot -v --export "ChoukaBara-HTML5" ../build/web/index.html
- name: Upload Artifact
uses: actions/upload-artifact@v1
Expand Down