From 21eb3e4f31e92eacce388d3af9f7b5bcf60f954f Mon Sep 17 00:00:00 2001 From: Shynixn Date: Sat, 12 Jun 2021 13:57:15 +0200 Subject: [PATCH] #73 Updated config files. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 66ce4a1..29602ad 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,7 +35,7 @@ jobs: - name: Validate Spigot Dependencies run: | - test -f ~/.m2/repository/org/spigotmc/spigot/1.9.4-R0.1-SNAPSHOT/spigot-1.9.4-R0.1-SNAPSHOT.jar && echo "DEPENDENCIES=true" >> $GITHUB_ENV + test -f ~/.m2/repository/org/spigotmc/spigot/1.9.4-R0.1-SNAPSHOT/spigot-1.9.4-R0.1-SNAPSHOT.jar && echo "DEPENDENCIES=true" >> $GITHUB_ENV || echo "DEPENDENCIES=false" >> $GITHUB_ENV - name: Build Spigot Dependencies if: ${{ env.DEPENDENCIES != 'true' }}