Skip to content

Commit

Permalink
Update build_workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jcr4990 authored Feb 8, 2023
1 parent 4511fb1 commit 0879412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/rof/" >> filelistbuilder.yml
echo "downloadprefix: https://raw.githubusercontent.com/jcr4990/eqemupatchergo/main/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:"
Expand Down

0 comments on commit 0879412

Please sign in to comment.