Update build.yml
This commit is contained in:
parent
880595f886
commit
62b9f86b87
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
|
@ -376,9 +376,9 @@ jobs:
|
|||
if [ ! -f ${{ needs.info.outputs.project_full_name }}-curseforge.zip ]; then
|
||||
echo '::error::No value found for artifact `curseforge.zip`.' && exit 1
|
||||
fi
|
||||
if [ ! -f ${{ needs.info.outputs.project_full_name }}-modrinth.mrpack ]; then
|
||||
echo '::error::No value found for artifact `modrinth.mrpack`.' && exit 1
|
||||
fi
|
||||
# if [ ! -f ${{ needs.info.outputs.project_full_name }}-modrinth.mrpack ]; then
|
||||
# echo '::error::No value found for artifact `modrinth.mrpack`.' && exit 1
|
||||
# fi
|
||||
if [ ! -f ${{ needs.info.outputs.project_full_name }}-serverpack.zip ]; then
|
||||
echo '::error::No value found for artifact `serverpack.zip`.' && exit 1
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue