Skip to content

Commit

Permalink
Fixed syntax (#30)
Browse files Browse the repository at this point in the history
* Made Pawns visible while selecting

The pawns were geting hidden behind other sprites  previousely.
I have updated the z-index of all the pawns belonging to the selcted player so that they are drawn above other sprites during selection of pawn for movement. After the movement is complete the z-index is reset back to 0 so that teh next player pawns can be drawn in front

* Update main.yml

* Corrected Syntax

* Corrected syntax

* Used default build task

* Updated directory for build task

* Updated build and added release task

* Updated build actions

* Cahnged release notes generation

* formated the tag as required

* made formating into saparate step

* corrected run task

* Updated set variable for output

* corrected variable

* Added params for getting additional change logs

* Corrected syntax

* Included html files to build

* saparated build and release jobs

* Corrected artifacts for release

* Updated release artifacts paths

* corrected yml syntax

* corrected artifact name

* Added zip files

* removed extra path folder

* changed the artifacts to tar's instead of direct files

* corrected path for upload

* corrected tar path

* corrected tar path

* removed unnecessary path for tar file

* corrected artifact name while uploading.

* asset path correction

* Updated main release with updated changes

* Updated Build path

* Updated path for build

* updated export preset names

* changed base directory

* Removed change directory

* fixed syntax
mohithsrao authored Dec 26, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 6ee4112 commit 1d5ecf8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -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
@@ -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

0 comments on commit 1d5ecf8

Please sign in to comment.