Fix indentation

This commit is contained in:
Jikoo
2020-11-25 14:51:23 -05:00
parent b86a47f384
commit 1246556878

View File

@@ -48,15 +48,15 @@ jobs:
- name: Upload Distributable Jar - name: Upload Distributable Jar
id: upload-final id: upload-final
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with:
name: dist name: dist
path: ./target/OpenInv.jar path: ./target/OpenInv.jar
- name: Upload API Jar - name: Upload API Jar
id: upload-api id: upload-api
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with:
name: api name: api
path: ./api/target/openinvapi*.jar path: ./api/target/openinvapi*.jar
release: release:
name: Create Github Release name: Create Github Release