Skip to content

Commit

Permalink
fix: stop signing database
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas Strassel <[email protected]>
  • Loading branch information
boredland authored Dec 3, 2023
1 parent e852ce5 commit 628aa2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ runs:
db_path="$repo_dir/${{ inputs.name || github.event.repository.name }}.db.tar.gz"
files_path="$repo_dir/${{ inputs.name || github.event.repository.name }}.files.tar.gz"
rm -f $db_path $files_path
repo-add --sign --new --remove --prevent-downgrade $repo_dir/${{ inputs.name || github.event.repository.name }}.db.tar.gz $repo_dir/*.zst || echo "no files found for $arch"
repo-add --new --remove --prevent-downgrade $repo_dir/${{ inputs.name || github.event.repository.name }}.db.tar.gz $repo_dir/*.zst || echo "no files found for $arch"
fi
done
Expand Down

0 comments on commit 628aa2f

Please sign in to comment.