From 4511fb115d4d276ab930c036554815013ffa377c Mon Sep 17 00:00:00 2001 From: Joel <51065819+jcr4990@users.noreply.github.com> Date: Wed, 8 Feb 2023 00:44:20 -0500 Subject: [PATCH] Fix action --- .github/workflows/build_workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_workflow.yml b/.github/workflows/build_workflow.yml index d3d1459..2f9b717 100644 --- a/.github/workflows/build_workflow.yml +++ b/.github/workflows/build_workflow.yml @@ -40,7 +40,7 @@ jobs: wget https://github.com/xackery/filelistbuilder/releases/download/latest/filelistbuilder-linux-x64 chmod +x filelistbuilder-linux-x64 echo -e "client: rof\n" > filelistbuilder.yml - echo "downloadprefix: https://raw.githubusercontent.com/jcr4990/eqemupatchergo/assets/rof" >> filelistbuilder.yml + echo "downloadprefix: https://raw.githubusercontent.com/jcr4990/eqemupatchergo/rof/" >> filelistbuilder.yml ./filelistbuilder-linux-x64 cd .. && cmp --silent assets/url.txt assets/tmp.txt || echo "https://github.com/jcr4990/eqemupatchergo/releases/download/rof/filelist_rof.yml" > assets/url.txt echo "final url:"