Update snapshot-both-pc-android.yml

This commit is contained in:
Chris H
2025-06-30 18:35:51 -04:00
committed by GitHub
parent 14e2a0c5e2
commit a599c318dd

View File

@@ -44,7 +44,7 @@ jobs:
- name: Install old maven (3.8.1) cached from Forge servers
run: |
curl -o apache-maven-3.8.1.bin.tar.gz https://github.com/Card-Forge/forge-extras/raw/refs/heads/main/lib/apache-maven-3.8.1-bin.tar.gz
curl -o apache-maven-3.8.1-bin.tar.gz https://github.com/Card-Forge/forge-extras/raw/refs/heads/main/lib/apache-maven-3.8.1-bin.tar.gz
tar xf apache-maven-3.8.1-bin.tar.gz
export PATH=$PWD/apache-maven-3.8.1/bin:$PATH
export MAVEN_HOME=$PWD/apache-maven-3.8.1