We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 985286e commit 7aea66eCopy full SHA for 7aea66e
dist/main.sh
@@ -6,6 +6,6 @@ echo "ERG_PATH=/home/runner/.erg" >> $GITHUB_ENV
6
export PATH=$PATH:~/.erg/bin
7
export ERG_PATH=~/.erg
8
9
-curl -L https://github.com/mtshiba/ergup/raw/main/ergup.py | python3 - $BUILD
+curl -L https://github.com/mtshiba/ergup/raw/main/ergup/ergup.py | python3 - $BUILD
10
11
echo done
0 commit comments