Hopefully fix workflows

This commit is contained in:
lexikiq
2021-05-04 12:11:28 -04:00
parent dc6942f631
commit c86babf988
3 changed files with 21 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ jobs:
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
git submodule update --init --recursive
./parchment jar
./parchment ghjar
- uses: actions/upload-artifact@v2
with:

View File

@@ -30,7 +30,7 @@ jobs:
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
git submodule update --init --recursive
./parchment jar
./parchment ghjar
- uses: actions/upload-artifact@v2
with: