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
id: upload-final
uses: actions/upload-artifact@v2
with:
name: dist
path: ./target/OpenInv.jar
with:
name: dist
path: ./target/OpenInv.jar
- name: Upload API Jar
id: upload-api
uses: actions/upload-artifact@v2
with:
name: api
path: ./api/target/openinvapi*.jar
with:
name: api
path: ./api/target/openinvapi*.jar
release:
name: Create Github Release